HSL(87, 95%, 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(87,95%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(87, 95%, 12%) color: hsl(87, 95%, 12%)
HEX #223C02 color: #223C02
RGB rgb(34, 60, 2) color: rgb(34, 60, 2)
CMYK cmyk(43%, 0%, 97%, 76%)
HSV hsv(87, 97%, 24%)
HWB hwb(87 1% 76%) color: hwb(87 1% 76%)
OKLCH oklch(0.3227 0.0871 131.79) color: oklch(0.3227 0.0871 131.79)
Lab lab(22.22 -20.39 29.33) color: lab(22.22 -20.39 29.33)
LCH lch(22.22 35.72 124.81) color: lch(22.22 35.72 124.81)

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 12.24:1
vs Black 1.72: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)

#2D2D10 — rgb(45, 45, 16)

Deuteranopia (Green-blind)

#2C2A13 — rgb(44, 42, 19)

Tritanopia (Blue-blind)

#231B1E — rgb(35, 27, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(87, 95%, 12%);

text

color: hsl(87, 95%, 12%);

border

border: 2px solid hsl(87, 95%, 12%);

gradient light

background: linear-gradient(to right, hsl(87, 95%, 32%), hsl(87, 95%, 12%));

gradient dark

background: linear-gradient(to right, hsl(87, 95%, 12%), hsl(87, 95%, 0%))

hex

background-color: #223C02;

tailwind

bg-[hsl(87,95%,12%)]

box shadow

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

css variable

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

HEX: #223C02 | RGB: rgb(34, 60, 2) | CMYK: 43%, 0%, 97%, 76% | HSV: 87°, 97%, 24%. Copy any format from the conversion table above.

What colors go well with #223C02?

The complementary color is HSL(267, 95%, 12%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(87, 95%, 12%) in CSS?

As HSL: color: hsl(87, 95%, 12%); — As HEX: color: #223C02; — As RGB: color: rgb(34, 60, 2); — Tailwind CSS: bg-[hsl(87,95%,12%)] — CSS variable: --color-primary: hsl(87, 95%, 12%);