CSS Color Background

Napier Green

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

Preview

Napier Green solid color background preview (#2A8000)

Color value: #2A8000

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #2A8000; }

HTML Code

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