CSS Color Background

Persian Green

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

Preview

Persian Green solid color background preview (#00A693)

Color value: #00A693

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00A693; }

HTML Code

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