CSS Color Background

Sap Green

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

Preview

Sap Green solid color background preview (#507D2A)

Color value: #507D2A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #507D2A; }

HTML Code

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