CSS Color Background

Midnight Green

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

Preview

Midnight Green solid color background preview (#004953)

Color value: #004953

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #004953; }

HTML Code

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