HSL(122, 20%, 13%)

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(122,20%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 20%, 13%) color: hsl(122, 20%, 13%)
HEX #1B281B color: #1B281B
RGB rgb(27, 40, 27) color: rgb(27, 40, 27)
CMYK cmyk(33%, 0%, 33%, 84%)
HSV hsv(120, 33%, 16%)
HWB hwb(120 11% 84%) color: hwb(120 11% 84%)
OKLCH oklch(0.2603 0.0299 144.66) color: oklch(0.2603 0.0299 144.66)
Lab lab(14.57 -8.94 6.81) color: lab(14.57 -8.94 6.81)
LCH lch(14.57 11.24 142.7) color: lch(14.57 11.24 142.7)

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.37:1
vs Black 1.37: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)

#21211E — rgb(33, 33, 30)

Deuteranopia (Green-blind)

#201F1F — rgb(32, 31, 31)

Tritanopia (Blue-blind)

#1C2121 — rgb(28, 33, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 20%, 13%);

text

color: hsl(122, 20%, 13%);

border

border: 2px solid hsl(122, 20%, 13%);

gradient light

background: linear-gradient(to right, hsl(122, 20%, 33%), hsl(122, 20%, 13%));

gradient dark

background: linear-gradient(to right, hsl(122, 20%, 13%), hsl(122, 20%, 0%))

hex

background-color: #1B281B;

tailwind

bg-[hsl(122,20%,13%)]

box shadow

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

css variable

--color-primary: hsl(122, 20%, 13%);

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(122, 20%, 13%)?

HEX: #1B281B | RGB: rgb(27, 40, 27) | CMYK: 33%, 0%, 33%, 84% | HSV: 120°, 33%, 16%. Copy any format from the conversion table above.

What colors go well with #1B281B?

The complementary color is HSL(302, 20%, 13%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 20%, 13%) in CSS?

As HSL: color: hsl(122, 20%, 13%); — As HEX: color: #1B281B; — As RGB: color: rgb(27, 40, 27); — Tailwind CSS: bg-[hsl(122,20%,13%)] — CSS variable: --color-primary: hsl(122, 20%, 13%);