CSS Color Background

Pakistan Green

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

Preview

Pakistan Green solid color background preview (#006600)

Color value: #006600

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #006600; }

HTML Code

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