CSS Color Background

Green (Munsell)

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

Preview

Green (Munsell) solid color background preview (#00A877)

Color value: #00A877

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00A877; }

HTML Code

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