CSS Color Background

British Racing Green

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

Preview

British Racing Green solid color background preview (#004225)

Color value: #004225

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #004225; }

HTML Code

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