HSL(142, 86%, 9%)

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(142,86%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 86%, 9%) color: hsl(142, 86%, 9%)
HEX #032B12 color: #032B12
RGB rgb(3, 43, 18) color: rgb(3, 43, 18)
CMYK cmyk(93%, 0%, 58%, 83%)
HSV hsv(143, 93%, 17%)
HWB hwb(143 1% 83%) color: hwb(143 1% 83%)
OKLCH oklch(0.2546 0.0637 151.51) color: oklch(0.2546 0.0637 151.51)
Lab lab(14.35 -20.87 12.37) color: lab(14.35 -20.87 12.37)
LCH lch(14.35 24.26 149.34) color: lch(14.35 24.26 149.34)

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.46:1
vs Black 1.36: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)

#141518 — rgb(20, 21, 24)

Deuteranopia (Green-blind)

#120F1A — rgb(18, 15, 26)

Tritanopia (Blue-blind)

#051D1E — rgb(5, 29, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 86%, 9%);

text

color: hsl(142, 86%, 9%);

border

border: 2px solid hsl(142, 86%, 9%);

gradient light

background: linear-gradient(to right, hsl(142, 86%, 29%), hsl(142, 86%, 9%));

gradient dark

background: linear-gradient(to right, hsl(142, 86%, 9%), hsl(142, 86%, 0%))

hex

background-color: #032B12;

tailwind

bg-[hsl(142,86%,9%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 86%, 9%, 0.4);

css variable

--color-primary: hsl(142, 86%, 9%);

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(142, 86%, 9%)?

HEX: #032B12 | RGB: rgb(3, 43, 18) | CMYK: 93%, 0%, 58%, 83% | HSV: 143°, 93%, 17%. Copy any format from the conversion table above.

What colors go well with #032B12?

The complementary color is HSL(322, 86%, 9%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 86%, 9%) in CSS?

As HSL: color: hsl(142, 86%, 9%); — As HEX: color: #032B12; — As RGB: color: rgb(3, 43, 18); — Tailwind CSS: bg-[hsl(142,86%,9%)] — CSS variable: --color-primary: hsl(142, 86%, 9%);