CSS Color Background

Deep Moss Green

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

Preview

Deep Moss Green solid color background preview (#355E3B)

Color value: #355E3B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #355E3B; }

HTML Code

<section class="hero deep-moss-green-bg"> <h2>Your content</h2> </section> <style> .deep-moss-green-bg { background-color: #355E3B; } </style>