CSS Color Background

Pine Green

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

Preview

Pine Green solid color background preview (#01796F)

Color value: #01796F

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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