HSL(89, 70%, 11%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(89,70%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(89, 70%, 11%) color: hsl(89, 70%, 11%)
HEX #1D3008 color: #1D3008
RGB rgb(29, 48, 8) color: rgb(29, 48, 8)
CMYK cmyk(40%, 0%, 83%, 81%)
HSV hsv(89, 83%, 19%)
HWB hwb(89 3% 81%) color: hwb(89 3% 81%)
OKLCH oklch(0.2828 0.067 131.49) color: oklch(0.2828 0.067 131.49)
Lab lab(17.43 -15.73 21.36) color: lab(17.43 -15.73 21.36)
LCH lch(17.43 26.53 126.37) color: lch(17.43 26.53 126.37)

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 14.2:1
vs Black 1.48: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)

#252512 — rgb(37, 37, 18)

Deuteranopia (Green-blind)

#242314 — rgb(36, 35, 20)

Tritanopia (Blue-blind)

#1E191B — rgb(30, 25, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(89, 70%, 11%);

text

color: hsl(89, 70%, 11%);

border

border: 2px solid hsl(89, 70%, 11%);

gradient light

background: linear-gradient(to right, hsl(89, 70%, 31%), hsl(89, 70%, 11%));

gradient dark

background: linear-gradient(to right, hsl(89, 70%, 11%), hsl(89, 70%, 0%))

hex

background-color: #1D3008;

tailwind

bg-[hsl(89,70%,11%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(89, 70%, 11%, 0.4);

css variable

--color-primary: hsl(89, 70%, 11%);

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(89, 70%, 11%)?

HEX: #1D3008 | RGB: rgb(29, 48, 8) | CMYK: 40%, 0%, 83%, 81% | HSV: 89°, 83%, 19%. Copy any format from the conversion table above.

What colors go well with #1D3008?

The complementary color is HSL(269, 70%, 11%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(89, 70%, 11%) in CSS?

As HSL: color: hsl(89, 70%, 11%); — As HEX: color: #1D3008; — As RGB: color: rgb(29, 48, 8); — Tailwind CSS: bg-[hsl(89,70%,11%)] — CSS variable: --color-primary: hsl(89, 70%, 11%);