HSL(132, 41%, 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(132,41%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 41%, 12%) color: hsl(132, 41%, 12%)
HEX #122B17 color: #122B17
RGB rgb(18, 43, 23) color: rgb(18, 43, 23)
CMYK cmyk(58%, 0%, 47%, 83%)
HSV hsv(132, 58%, 17%)
HWB hwb(132 7% 83%) color: hwb(132 7% 83%)
OKLCH oklch(0.2624 0.0485 148.69) color: oklch(0.2624 0.0485 148.69)
Lab lab(15.05 -15.26 10.12) color: lab(15.05 -15.26 10.12)
LCH lch(15.05 18.31 146.45) color: lch(15.05 18.31 146.45)

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 15.18:1
vs Black 1.38: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)

#1D1D1C — rgb(29, 29, 28)

Deuteranopia (Green-blind)

#1B1A1D — rgb(27, 26, 29)

Tritanopia (Blue-blind)

#132021 — rgb(19, 32, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 41%, 12%);

text

color: hsl(132, 41%, 12%);

border

border: 2px solid hsl(132, 41%, 12%);

gradient light

background: linear-gradient(to right, hsl(132, 41%, 32%), hsl(132, 41%, 12%));

gradient dark

background: linear-gradient(to right, hsl(132, 41%, 12%), hsl(132, 41%, 0%))

hex

background-color: #122B17;

tailwind

bg-[hsl(132,41%,12%)]

box shadow

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

css variable

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

HEX: #122B17 | RGB: rgb(18, 43, 23) | CMYK: 58%, 0%, 47%, 83% | HSV: 132°, 58%, 17%. Copy any format from the conversion table above.

What colors go well with #122B17?

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

How do I use HSL(132, 41%, 12%) in CSS?

As HSL: color: hsl(132, 41%, 12%); — As HEX: color: #122B17; — As RGB: color: rgb(18, 43, 23); — Tailwind CSS: bg-[hsl(132,41%,12%)] — CSS variable: --color-primary: hsl(132, 41%, 12%);