HSL(149, 72%, 12%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(149, 72%, 12%) color: hsl(149, 72%, 12%)
HEX #09351E color: #09351E
RGB rgb(9, 53, 30) color: rgb(9, 53, 30)
CMYK cmyk(83%, 0%, 43%, 79%)
HSV hsv(149, 83%, 21%)
HWB hwb(149 4% 79%) color: hwb(149 4% 79%)
OKLCH oklch(0.2926 0.0631 155.73) color: oklch(0.2926 0.0631 155.73)
Lab lab(18.79 -21.29 10.36) color: lab(18.79 -21.29 10.36)
LCH lch(18.79 23.68 154.05) color: lch(18.79 23.68 154.05)

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 13.64:1
vs Black 1.54: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)

#1C1C24 — rgb(28, 28, 36)

Deuteranopia (Green-blind)

#1A1625 — rgb(26, 22, 37)

Tritanopia (Blue-blind)

#0B2829 — rgb(11, 40, 41)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #09351E;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(149, 72%, 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(149, 72%, 12%)?

HEX: #09351E | RGB: rgb(9, 53, 30) | CMYK: 83%, 0%, 43%, 79% | HSV: 149°, 83%, 21%. Copy any format from the conversion table above.

What colors go well with #09351E?

The complementary color is HSL(329, 72%, 12%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(149, 72%, 12%); — As HEX: color: #09351E; — As RGB: color: rgb(9, 53, 30); — Tailwind CSS: bg-[hsl(149,72%,12%)] — CSS variable: --color-primary: hsl(149, 72%, 12%);