HSL(82, 30%, 13%)

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(82,30%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 30%, 13%) color: hsl(82, 30%, 13%)
HEX #242B17 color: #242B17
RGB rgb(36, 43, 23) color: rgb(36, 43, 23)
CMYK cmyk(16%, 0%, 47%, 83%)
HSV hsv(81, 47%, 17%)
HWB hwb(81 9% 83%) color: hwb(81 9% 83%)
OKLCH oklch(0.2761 0.0359 124.42) color: oklch(0.2761 0.0359 124.42)
Lab lab(16.33 -7.42 12.03) color: lab(16.33 -7.42 12.03)
LCH lch(16.33 14.13 121.67) color: lch(16.33 14.13 121.67)

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.66:1
vs Black 1.43: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)

#27271C — rgb(39, 39, 28)

Deuteranopia (Green-blind)

#27261D — rgb(39, 38, 29)

Tritanopia (Blue-blind)

#242021 — rgb(36, 32, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 30%, 13%);

text

color: hsl(82, 30%, 13%);

border

border: 2px solid hsl(82, 30%, 13%);

gradient light

background: linear-gradient(to right, hsl(82, 30%, 33%), hsl(82, 30%, 13%));

gradient dark

background: linear-gradient(to right, hsl(82, 30%, 13%), hsl(82, 30%, 0%))

hex

background-color: #242B17;

tailwind

bg-[hsl(82,30%,13%)]

box shadow

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

css variable

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

HEX: #242B17 | RGB: rgb(36, 43, 23) | CMYK: 16%, 0%, 47%, 83% | HSV: 81°, 47%, 17%. Copy any format from the conversion table above.

What colors go well with #242B17?

The complementary color is HSL(262, 30%, 13%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 30%, 13%) in CSS?

As HSL: color: hsl(82, 30%, 13%); — As HEX: color: #242B17; — As RGB: color: rgb(36, 43, 23); — Tailwind CSS: bg-[hsl(82,30%,13%)] — CSS variable: --color-primary: hsl(82, 30%, 13%);