CSS Color Background

Sacramento State Green

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

Preview

Sacramento State Green solid color background preview (#00563F)

Color value: #00563F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00563F; }

HTML Code

<section class="hero sacramento-state-green-bg"> <h2>Your content</h2> </section> <style> .sacramento-state-green-bg { background-color: #00563F; } </style>