CSS Color Background

Dartmouth Green

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

Preview

Dartmouth Green solid color background preview (#00703C)

Color value: #00703C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00703C; }

HTML Code

<section class="hero dartmouth-green-bg"> <h2>Your content</h2> </section> <style> .dartmouth-green-bg { background-color: #00703C; } </style>