HSL(138, 20%, 10%)

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(138,20%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(138, 20%, 10%) color: hsl(138, 20%, 10%)
HEX #141F17 color: #141F17
RGB rgb(20, 31, 23) color: rgb(20, 31, 23)
CMYK cmyk(35%, 0%, 26%, 88%)
HSV hsv(136, 35%, 12%)
HWB hwb(136 8% 88%) color: hwb(136 8% 88%)
OKLCH oklch(0.2258 0.0221 152.86) color: oklch(0.2258 0.0221 152.86)
Lab lab(10.49 -7.11 3.91) color: lab(10.49 -7.11 3.91)
LCH lch(10.49 8.11 151.19) color: lch(10.49 8.11 151.19)

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 16.96:1
vs Black 1.24: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)

#191919 — rgb(25, 25, 25)

Deuteranopia (Green-blind)

#181719 — rgb(24, 23, 25)

Tritanopia (Blue-blind)

#151A1B — rgb(21, 26, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(138, 20%, 10%);

text

color: hsl(138, 20%, 10%);

border

border: 2px solid hsl(138, 20%, 10%);

gradient light

background: linear-gradient(to right, hsl(138, 20%, 30%), hsl(138, 20%, 10%));

gradient dark

background: linear-gradient(to right, hsl(138, 20%, 10%), hsl(138, 20%, 0%))

hex

background-color: #141F17;

tailwind

bg-[hsl(138,20%,10%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(138, 20%, 10%, 0.4);

css variable

--color-primary: hsl(138, 20%, 10%);

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(138, 20%, 10%)?

HEX: #141F17 | RGB: rgb(20, 31, 23) | CMYK: 35%, 0%, 26%, 88% | HSV: 136°, 35%, 12%. Copy any format from the conversion table above.

What colors go well with #141F17?

The complementary color is HSL(318, 20%, 10%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(138, 20%, 10%) in CSS?

As HSL: color: hsl(138, 20%, 10%); — As HEX: color: #141F17; — As RGB: color: rgb(20, 31, 23); — Tailwind CSS: bg-[hsl(138,20%,10%)] — CSS variable: --color-primary: hsl(138, 20%, 10%);