CSS Color Background

English Green

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

Preview

English Green solid color background preview (#1B4D3E)

Color value: #1B4D3E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1B4D3E; }

HTML Code

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