HSL(101, 78%, 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(101,78%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 78%, 8%) color: hsl(101, 78%, 8%)
HEX #0F2404 color: #0F2404
RGB rgb(15, 36, 4) color: rgb(15, 36, 4)
CMYK cmyk(58%, 0%, 89%, 86%)
HSV hsv(99, 89%, 14%)
HWB hwb(99 2% 86%) color: hwb(99 2% 86%)
OKLCH oklch(0.2341 0.0613 136.24) color: oklch(0.2341 0.0613 136.24)
Lab lab(11.77 -15.92 15.5) color: lab(11.77 -15.92 15.5)
LCH lch(11.77 22.22 135.77) color: lch(11.77 22.22 135.77)

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.48:1
vs Black 1.27: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)

#18180C — rgb(24, 24, 12)

Deuteranopia (Green-blind)

#17150E — rgb(23, 21, 14)

Tritanopia (Blue-blind)

#101213 — rgb(16, 18, 19)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 78%, 8%);

text

color: hsl(101, 78%, 8%);

border

border: 2px solid hsl(101, 78%, 8%);

gradient light

background: linear-gradient(to right, hsl(101, 78%, 28%), hsl(101, 78%, 8%));

gradient dark

background: linear-gradient(to right, hsl(101, 78%, 8%), hsl(101, 78%, 0%))

hex

background-color: #0F2404;

tailwind

bg-[hsl(101,78%,8%)]

box shadow

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

css variable

--color-primary: hsl(101, 78%, 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(101, 78%, 8%)?

HEX: #0F2404 | RGB: rgb(15, 36, 4) | CMYK: 58%, 0%, 89%, 86% | HSV: 99°, 89%, 14%. Copy any format from the conversion table above.

What colors go well with #0F2404?

The complementary color is HSL(281, 78%, 8%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(101, 78%, 8%) in CSS?

As HSL: color: hsl(101, 78%, 8%); — As HEX: color: #0F2404; — As RGB: color: rgb(15, 36, 4); — Tailwind CSS: bg-[hsl(101,78%,8%)] — CSS variable: --color-primary: hsl(101, 78%, 8%);