HSL(72, 75%, 12%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(72,75%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(72, 75%, 12%) color: hsl(72, 75%, 12%)
HEX #2C3608 color: #2C3608
RGB rgb(44, 54, 8) color: rgb(44, 54, 8)
CMYK cmyk(19%, 0%, 85%, 79%)
HSV hsv(73, 85%, 21%)
HWB hwb(73 3% 79%) color: hwb(73 3% 79%)
OKLCH oklch(0.3131 0.0674 121.23) color: oklch(0.3131 0.0674 121.23)
Lab lab(20.79 -11.87 25.57) color: lab(20.79 -11.87 25.57)
LCH lch(20.79 28.19 114.9) color: lch(20.79 28.19 114.9)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 12.82:1
vs Black 1.64:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#303013 — rgb(48, 48, 19)

Deuteranopia (Green-blind)

#302F16 — rgb(48, 47, 22)

Tritanopia (Blue-blind)

#2D1C1E — rgb(45, 28, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(72, 75%, 12%);

text

color: hsl(72, 75%, 12%);

border

border: 2px solid hsl(72, 75%, 12%);

gradient light

background: linear-gradient(to right, hsl(72, 75%, 32%), hsl(72, 75%, 12%));

gradient dark

background: linear-gradient(to right, hsl(72, 75%, 12%), hsl(72, 75%, 0%))

hex

background-color: #2C3608;

tailwind

bg-[hsl(72,75%,12%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(72, 75%, 12%, 0.4);

css variable

--color-primary: hsl(72, 75%, 12%);

Related Colors

Use Cases for Very Dark Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(72, 75%, 12%)?

HEX: #2C3608 | RGB: rgb(44, 54, 8) | CMYK: 19%, 0%, 85%, 79% | HSV: 73°, 85%, 21%. Copy any format from the conversion table above.

What colors go well with #2C3608?

The complementary color is HSL(252, 75%, 12%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(72, 75%, 12%) in CSS?

As HSL: color: hsl(72, 75%, 12%); — As HEX: color: #2C3608; — As RGB: color: rgb(44, 54, 8); — Tailwind CSS: bg-[hsl(72,75%,12%)] — CSS variable: --color-primary: hsl(72, 75%, 12%);