HSL(82, 54%, 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(82,54%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 54%, 10%) color: hsl(82, 54%, 10%)
HEX #1D270C color: #1D270C
RGB rgb(29, 39, 12) color: rgb(29, 39, 12)
CMYK cmyk(26%, 0%, 69%, 85%)
HSV hsv(82, 69%, 15%)
HWB hwb(82 5% 85%) color: hwb(82 5% 85%)
OKLCH oklch(0.2556 0.0474 126.44) color: oklch(0.2556 0.0474 126.44)
Lab lab(14.05 -10 15.43) color: lab(14.05 -10 15.43)
LCH lch(14.05 18.39 122.95) color: lch(14.05 18.39 122.95)

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.58:1
vs Black 1.35: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)

#212113 — rgb(33, 33, 19)

Deuteranopia (Green-blind)

#212014 — rgb(33, 32, 20)

Tritanopia (Blue-blind)

#1E1819 — rgb(30, 24, 25)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 54%, 10%);

text

color: hsl(82, 54%, 10%);

border

border: 2px solid hsl(82, 54%, 10%);

gradient light

background: linear-gradient(to right, hsl(82, 54%, 30%), hsl(82, 54%, 10%));

gradient dark

background: linear-gradient(to right, hsl(82, 54%, 10%), hsl(82, 54%, 0%))

hex

background-color: #1D270C;

tailwind

bg-[hsl(82,54%,10%)]

box shadow

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

css variable

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

HEX: #1D270C | RGB: rgb(29, 39, 12) | CMYK: 26%, 0%, 69%, 85% | HSV: 82°, 69%, 15%. Copy any format from the conversion table above.

What colors go well with #1D270C?

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

As HSL: color: hsl(82, 54%, 10%); — As HEX: color: #1D270C; — As RGB: color: rgb(29, 39, 12); — Tailwind CSS: bg-[hsl(82,54%,10%)] — CSS variable: --color-primary: hsl(82, 54%, 10%);