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

Color Conversions

Format Value CSS Usage
HSL hsl(97, 20%, 13%) color: hsl(97, 20%, 13%)
HEX #20281B color: #20281B
RGB rgb(32, 40, 27) color: rgb(32, 40, 27)
CMYK cmyk(20%, 0%, 33%, 84%)
HSV hsv(97, 33%, 16%)
HWB hwb(97 11% 84%) color: hwb(97 11% 84%)
OKLCH oklch(0.2646 0.0261 133.68) color: oklch(0.2646 0.0261 133.68)
Lab lab(14.97 -6.65 7.43) color: lab(14.97 -6.65 7.43)
LCH lch(14.97 9.97 131.83) color: lch(14.97 9.97 131.83)

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.21:1
vs Black 1.38: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)

#23241E — rgb(35, 36, 30)

Deuteranopia (Green-blind)

#23221F — rgb(35, 34, 31)

Tritanopia (Blue-blind)

#202121 — rgb(32, 33, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #20281B;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(97, 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(97, 20%, 13%)?

HEX: #20281B | RGB: rgb(32, 40, 27) | CMYK: 20%, 0%, 33%, 84% | HSV: 97°, 33%, 16%. Copy any format from the conversion table above.

What colors go well with #20281B?

The complementary color is HSL(277, 20%, 13%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(97, 20%, 13%); — As HEX: color: #20281B; — As RGB: color: rgb(32, 40, 27); — Tailwind CSS: bg-[hsl(97,20%,13%)] — CSS variable: --color-primary: hsl(97, 20%, 13%);