CSS Color Background

Forest Green (Traditional)

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

Preview

Forest Green (Traditional) 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 forest-green-traditional-bg"> <h2>Your content</h2> </section> <style> .forest-green-traditional-bg { background-color: #014421; } </style>