HSL(82, 16%, 10%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(82, 16%, 10%) color: hsl(82, 16%, 10%)
HEX #1B1E15 color: #1B1E15
RGB rgb(27, 30, 21) color: rgb(27, 30, 21)
CMYK cmyk(10%, 0%, 30%, 88%)
HSV hsv(80, 30%, 12%)
HWB hwb(80 8% 88%) color: hwb(80 8% 88%)
OKLCH oklch(0.2287 0.0173 122.74) color: oklch(0.2287 0.0173 122.74)
Lab lab(10.67 -3.55 5.69) color: lab(10.67 -3.55 5.69)
LCH lch(10.67 6.71 121.96) color: lch(10.67 6.71 121.96)

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 16.89:1
vs Black 1.24: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)

#1C1C17 — rgb(28, 28, 23)

Deuteranopia (Green-blind)

#1C1C18 — rgb(28, 28, 24)

Tritanopia (Blue-blind)

#1B1919 — rgb(27, 25, 25)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #1B1E15;

tailwind

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

box shadow

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

css variable

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

HEX: #1B1E15 | RGB: rgb(27, 30, 21) | CMYK: 10%, 0%, 30%, 88% | HSV: 80°, 30%, 12%. Copy any format from the conversion table above.

What colors go well with #1B1E15?

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

As HSL: color: hsl(82, 16%, 10%); — As HEX: color: #1B1E15; — As RGB: color: rgb(27, 30, 21); — Tailwind CSS: bg-[hsl(82,16%,10%)] — CSS variable: --color-primary: hsl(82, 16%, 10%);