CSS Color Background

Dark Spring Green

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

Preview

Dark Spring Green solid color background preview (#177245)

Color value: #177245

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #177245; }

HTML Code

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