CSS Color Background

Illuminating Emerald

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

Preview

Illuminating Emerald solid color background preview (#319177)

Color value: #319177

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #319177; }

HTML Code

<section class="hero illuminating-emerald-bg"> <h2>Your content</h2> </section> <style> .illuminating-emerald-bg { background-color: #319177; } </style>