CSS Color Background

Dark Jungle Green

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

Preview

Dark Jungle Green solid color background preview (#1A2421)

Color value: #1A2421

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1A2421; }

HTML Code

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