HSL(85, 52%, 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(85,52%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 52%, 12%) color: hsl(85, 52%, 12%)
HEX #212F0F color: #212F0F
RGB rgb(33, 47, 15) color: rgb(33, 47, 15)
CMYK cmyk(30%, 0%, 68%, 82%)
HSV hsv(86, 68%, 18%)
HWB hwb(86 6% 82%) color: hwb(86 6% 82%)
OKLCH oklch(0.2838 0.0556 129.13) color: oklch(0.2838 0.0556 129.13)
Lab lab(17.42 -12.52 18.27) color: lab(17.42 -12.52 18.27)
LCH lch(17.42 22.15 124.42) color: lch(17.42 22.15 124.42)

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

#272717 — rgb(39, 39, 23)

Deuteranopia (Green-blind)

#262519 — rgb(38, 37, 25)

Tritanopia (Blue-blind)

#221D1E — rgb(34, 29, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 52%, 12%);

text

color: hsl(85, 52%, 12%);

border

border: 2px solid hsl(85, 52%, 12%);

gradient light

background: linear-gradient(to right, hsl(85, 52%, 32%), hsl(85, 52%, 12%));

gradient dark

background: linear-gradient(to right, hsl(85, 52%, 12%), hsl(85, 52%, 0%))

hex

background-color: #212F0F;

tailwind

bg-[hsl(85,52%,12%)]

box shadow

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

css variable

--color-primary: hsl(85, 52%, 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(85, 52%, 12%)?

HEX: #212F0F | RGB: rgb(33, 47, 15) | CMYK: 30%, 0%, 68%, 82% | HSV: 86°, 68%, 18%. Copy any format from the conversion table above.

What colors go well with #212F0F?

The complementary color is HSL(265, 52%, 12%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 52%, 12%) in CSS?

As HSL: color: hsl(85, 52%, 12%); — As HEX: color: #212F0F; — As RGB: color: rgb(33, 47, 15); — Tailwind CSS: bg-[hsl(85,52%,12%)] — CSS variable: --color-primary: hsl(85, 52%, 12%);