CSS Color Background

Bottle Green

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

Preview

Bottle Green solid color background preview (#006A4E)

Color value: #006A4E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #006A4E; }

HTML Code

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