CSS Color Background

Mughal Green

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

Preview

Mughal Green solid color background preview (#306030)

Color value: #306030

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #306030; }

HTML Code

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