CSS Color Background

Castleton Green

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

Preview

Castleton Green solid color background preview (#00594F)

Color value: #00594F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00594F; }

HTML Code

<section class="hero castleton-green-bg"> <h2>Your content</h2> </section> <style> .castleton-green-bg { background-color: #00594F; } </style>