HSL(82, 53%, 12%)

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,53%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 53%, 12%) color: hsl(82, 53%, 12%)
HEX #232F0E color: #232F0E
RGB rgb(35, 47, 14) color: rgb(35, 47, 14)
CMYK cmyk(26%, 0%, 70%, 82%)
HSV hsv(82, 70%, 18%)
HWB hwb(82 5% 82%) color: hwb(82 5% 82%)
OKLCH oklch(0.2853 0.0555 126.44) color: oklch(0.2853 0.0555 126.44)
Lab lab(17.56 -11.66 19) color: lab(17.56 -11.66 19)
LCH lch(17.56 22.29 121.54) color: lch(17.56 22.29 121.54)

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

#282816 — rgb(40, 40, 22)

Deuteranopia (Green-blind)

#282718 — rgb(40, 39, 24)

Tritanopia (Blue-blind)

#241C1E — rgb(36, 28, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 53%, 12%);

text

color: hsl(82, 53%, 12%);

border

border: 2px solid hsl(82, 53%, 12%);

gradient light

background: linear-gradient(to right, hsl(82, 53%, 32%), hsl(82, 53%, 12%));

gradient dark

background: linear-gradient(to right, hsl(82, 53%, 12%), hsl(82, 53%, 0%))

hex

background-color: #232F0E;

tailwind

bg-[hsl(82,53%,12%)]

box shadow

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

css variable

--color-primary: hsl(82, 53%, 12%);

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, 53%, 12%)?

HEX: #232F0E | RGB: rgb(35, 47, 14) | CMYK: 26%, 0%, 70%, 82% | HSV: 82°, 70%, 18%. Copy any format from the conversion table above.

What colors go well with #232F0E?

The complementary color is HSL(262, 53%, 12%). 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, 53%, 12%) in CSS?

As HSL: color: hsl(82, 53%, 12%); — As HEX: color: #232F0E; — As RGB: color: rgb(35, 47, 14); — Tailwind CSS: bg-[hsl(82,53%,12%)] — CSS variable: --color-primary: hsl(82, 53%, 12%);