HSL(133, 22%, 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(133,22%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 22%, 10%) color: hsl(133, 22%, 10%)
HEX #141F16 color: #141F16
RGB rgb(20, 31, 22) color: rgb(20, 31, 22)
CMYK cmyk(35%, 0%, 29%, 88%)
HSV hsv(131, 35%, 12%)
HWB hwb(131 8% 88%) color: hwb(131 8% 88%)
OKLCH oklch(0.2254 0.0234 149.75) color: oklch(0.2254 0.0234 149.75)
Lab lab(10.46 -7.36 4.6) color: lab(10.46 -7.36 4.6)
LCH lch(10.46 8.68 147.99) color: lch(10.46 8.68 147.99)

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.97: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)

#191918 — rgb(25, 25, 24)

Deuteranopia (Green-blind)

#181719 — rgb(24, 23, 25)

Tritanopia (Blue-blind)

#151A1A — rgb(21, 26, 26)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 22%, 10%);

text

color: hsl(133, 22%, 10%);

border

border: 2px solid hsl(133, 22%, 10%);

gradient light

background: linear-gradient(to right, hsl(133, 22%, 30%), hsl(133, 22%, 10%));

gradient dark

background: linear-gradient(to right, hsl(133, 22%, 10%), hsl(133, 22%, 0%))

hex

background-color: #141F16;

tailwind

bg-[hsl(133,22%,10%)]

box shadow

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

css variable

--color-primary: hsl(133, 22%, 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(133, 22%, 10%)?

HEX: #141F16 | RGB: rgb(20, 31, 22) | CMYK: 35%, 0%, 29%, 88% | HSV: 131°, 35%, 12%. Copy any format from the conversion table above.

What colors go well with #141F16?

The complementary color is HSL(313, 22%, 10%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 22%, 10%) in CSS?

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