CSS Color Background

Phthalo Green

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

Preview

Phthalo Green solid color background preview (#123524)

Color value: #123524

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #123524; }

HTML Code

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