CSS Color Background

Dark Moss Green

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

Preview

Dark Moss Green solid color background preview (#4A5D23)

Color value: #4A5D23

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #4A5D23; }

HTML Code

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