CSS Color Background

Jungle Green

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

Preview

Jungle Green solid color background preview (#29AB87)

Color value: #29AB87

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #29AB87; }

HTML Code

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