CSS Color Background

North Texas Green

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

Preview

North Texas Green solid color background preview (#059033)

Color value: #059033

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #059033; }

HTML Code

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