HSL(82, 26%, 9%)

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(82,26%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 26%, 9%) color: hsl(82, 26%, 9%)
HEX #191D11 color: #191D11
RGB rgb(25, 29, 17) color: rgb(25, 29, 17)
CMYK cmyk(14%, 0%, 41%, 89%)
HSV hsv(80, 41%, 11%)
HWB hwb(80 6% 89%) color: hwb(80 6% 89%)
OKLCH oklch(0.2225 0.023 123.23) color: oklch(0.2225 0.023 123.23)
Lab lab(10 -4.68 7.26) color: lab(10 -4.68 7.26)
LCH lch(10 8.64 122.81) color: lch(10 8.64 122.81)

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 17.14:1
vs Black 1.23: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)

#1B1B14 — rgb(27, 27, 20)

Deuteranopia (Green-blind)

#1B1A15 — rgb(27, 26, 21)

Tritanopia (Blue-blind)

#191617 — rgb(25, 22, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 26%, 9%);

text

color: hsl(82, 26%, 9%);

border

border: 2px solid hsl(82, 26%, 9%);

gradient light

background: linear-gradient(to right, hsl(82, 26%, 29%), hsl(82, 26%, 9%));

gradient dark

background: linear-gradient(to right, hsl(82, 26%, 9%), hsl(82, 26%, 0%))

hex

background-color: #191D11;

tailwind

bg-[hsl(82,26%,9%)]

box shadow

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

css variable

--color-primary: hsl(82, 26%, 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(82, 26%, 9%)?

HEX: #191D11 | RGB: rgb(25, 29, 17) | CMYK: 14%, 0%, 41%, 89% | HSV: 80°, 41%, 11%. Copy any format from the conversion table above.

What colors go well with #191D11?

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

How do I use HSL(82, 26%, 9%) in CSS?

As HSL: color: hsl(82, 26%, 9%); — As HEX: color: #191D11; — As RGB: color: rgb(25, 29, 17); — Tailwind CSS: bg-[hsl(82,26%,9%)] — CSS variable: --color-primary: hsl(82, 26%, 9%);