CSS Color Background

Islamic Green

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

Preview

Islamic Green solid color background preview (#009000)

Color value: #009000

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #009000; }

HTML Code

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