HSL(71, 52%, 10%)

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(71,52%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(71, 52%, 10%) color: hsl(71, 52%, 10%)
HEX #22270C color: #22270C
RGB rgb(34, 39, 12) color: rgb(34, 39, 12)
CMYK cmyk(13%, 0%, 69%, 85%)
HSV hsv(71, 69%, 15%)
HWB hwb(71 5% 85%) color: hwb(71 5% 85%)
OKLCH oklch(0.2604 0.0448 118.36) color: oklch(0.2604 0.0448 118.36)
Lab lab(14.5 -7.41 16.1) color: lab(14.5 -7.41 16.1)
LCH lch(14.5 17.72 114.71) color: lch(14.5 17.72 114.71)

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 15.4:1
vs Black 1.36: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)

#242413 — rgb(36, 36, 19)

Deuteranopia (Green-blind)

#242414 — rgb(36, 36, 20)

Tritanopia (Blue-blind)

#221819 — rgb(34, 24, 25)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(71, 52%, 10%);

text

color: hsl(71, 52%, 10%);

border

border: 2px solid hsl(71, 52%, 10%);

gradient light

background: linear-gradient(to right, hsl(71, 52%, 30%), hsl(71, 52%, 10%));

gradient dark

background: linear-gradient(to right, hsl(71, 52%, 10%), hsl(71, 52%, 0%))

hex

background-color: #22270C;

tailwind

bg-[hsl(71,52%,10%)]

box shadow

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

css variable

--color-primary: hsl(71, 52%, 10%);

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(71, 52%, 10%)?

HEX: #22270C | RGB: rgb(34, 39, 12) | CMYK: 13%, 0%, 69%, 85% | HSV: 71°, 69%, 15%. Copy any format from the conversion table above.

What colors go well with #22270C?

The complementary color is HSL(251, 52%, 10%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(71, 52%, 10%) in CSS?

As HSL: color: hsl(71, 52%, 10%); — As HEX: color: #22270C; — As RGB: color: rgb(34, 39, 12); — Tailwind CSS: bg-[hsl(71,52%,10%)] — CSS variable: --color-primary: hsl(71, 52%, 10%);