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

Color Conversions

Format Value CSS Usage
HSL hsl(113, 20%, 13%) color: hsl(113, 20%, 13%)
HEX #1C281B color: #1C281B
RGB rgb(28, 40, 27) color: rgb(28, 40, 27)
CMYK cmyk(30%, 0%, 33%, 84%)
HSV hsv(115, 33%, 16%)
HWB hwb(115 11% 84%) color: hwb(115 11% 84%)
OKLCH oklch(0.2611 0.0291 142.77) color: oklch(0.2611 0.0291 142.77)
Lab lab(14.64 -8.49 6.93) color: lab(14.64 -8.49 6.93)
LCH lch(14.64 10.96 140.78) color: lch(14.64 10.96 140.78)

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

#21201F — rgb(33, 32, 31)

Tritanopia (Blue-blind)

#1D2121 — rgb(29, 33, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #1C281B;

tailwind

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

box shadow

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

css variable

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

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

What colors go well with #1C281B?

The complementary color is HSL(293, 20%, 13%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

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

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