CSS Color Background

Office Green

Pure CSS color background: #008000. Use this solid color for personal and commercial creative projects.

Preview

Office Green solid color background preview (#008000)

Color value: #008000

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #008000; }

HTML Code

<section class="hero office-green-bg"> <h2>Your content</h2> </section> <style> .office-green-bg { background-color: #008000; } </style>