CSS Color Background

Kombu Green

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

Preview

Kombu Green solid color background preview (#354230)

Color value: #354230

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #354230; }

HTML Code

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