HSL(102, 47%, 8%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(102,47%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(102, 47%, 8%) color: hsl(102, 47%, 8%)
HEX #111E0B color: #111E0B
RGB rgb(17, 30, 11) color: rgb(17, 30, 11)
CMYK cmyk(43%, 0%, 63%, 88%)
HSV hsv(101, 63%, 12%)
HWB hwb(101 4% 88%) color: hwb(101 4% 88%)
OKLCH oklch(0.2169 0.0395 136.5) color: oklch(0.2169 0.0395 136.5)
Lab lab(9.58 -10.32 9.59) color: lab(9.58 -10.32 9.59)
LCH lch(9.58 14.09 137.1) color: lch(9.58 14.09 137.1)

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 17.29:1
vs Black 1.21: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)

#171710 — rgb(23, 23, 16)

Deuteranopia (Green-blind)

#161511 — rgb(22, 21, 17)

Tritanopia (Blue-blind)

#121314 — rgb(18, 19, 20)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(102, 47%, 8%);

text

color: hsl(102, 47%, 8%);

border

border: 2px solid hsl(102, 47%, 8%);

gradient light

background: linear-gradient(to right, hsl(102, 47%, 28%), hsl(102, 47%, 8%));

gradient dark

background: linear-gradient(to right, hsl(102, 47%, 8%), hsl(102, 47%, 0%))

hex

background-color: #111E0B;

tailwind

bg-[hsl(102,47%,8%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(102, 47%, 8%, 0.4);

css variable

--color-primary: hsl(102, 47%, 8%);

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(102, 47%, 8%)?

HEX: #111E0B | RGB: rgb(17, 30, 11) | CMYK: 43%, 0%, 63%, 88% | HSV: 101°, 63%, 12%. Copy any format from the conversion table above.

What colors go well with #111E0B?

The complementary color is HSL(282, 47%, 8%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(102, 47%, 8%) in CSS?

As HSL: color: hsl(102, 47%, 8%); — As HEX: color: #111E0B; — As RGB: color: rgb(17, 30, 11); — Tailwind CSS: bg-[hsl(102,47%,8%)] — CSS variable: --color-primary: hsl(102, 47%, 8%);