CSS Color Background

Deep Jungle Green

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

Preview

Deep Jungle Green solid color background preview (#004B49)

Color value: #004B49

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #004B49; }

HTML Code

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