CSS Color Background

India Green

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

Preview

India Green solid color background preview (#138808)

Color value: #138808

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #138808; }

HTML Code

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