CSS Color Background

Charleston Green

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

Preview

Charleston Green solid color background preview (#232B2B)

Color value: #232B2B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #232B2B; }

HTML Code

<section class="hero charleston-green-bg"> <h2>Your content</h2> </section> <style> .charleston-green-bg { background-color: #232B2B; } </style>