CSS Color Background

Up Forest Green

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

Preview

Up Forest Green solid color background preview (#014421)

Color value: #014421

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #014421; }

HTML Code

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