HSL(78, 74%, 7%)

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(78,74%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(78, 74%, 7%) color: hsl(78, 74%, 7%)
HEX #171F05 color: #171F05
RGB rgb(23, 31, 5) color: rgb(23, 31, 5)
CMYK cmyk(26%, 0%, 84%, 88%)
HSV hsv(78, 84%, 12%)
HWB hwb(78 2% 88%) color: hwb(78 2% 88%)
OKLCH oklch(0.2241 0.046 124.16) color: oklch(0.2241 0.046 124.16)
Lab lab(10.36 -8.99 13.22) color: lab(10.36 -8.99 13.22)
LCH lch(10.36 15.99 124.22) color: lch(10.36 15.99 124.22)

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.01:1
vs Black 1.23: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)

#1A1B0B — rgb(26, 27, 11)

Deuteranopia (Green-blind)

#1A190D — rgb(26, 25, 13)

Tritanopia (Blue-blind)

#171011 — rgb(23, 16, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(78, 74%, 7%);

text

color: hsl(78, 74%, 7%);

border

border: 2px solid hsl(78, 74%, 7%);

gradient light

background: linear-gradient(to right, hsl(78, 74%, 27%), hsl(78, 74%, 7%));

gradient dark

background: linear-gradient(to right, hsl(78, 74%, 7%), hsl(78, 74%, 0%))

hex

background-color: #171F05;

tailwind

bg-[hsl(78,74%,7%)]

box shadow

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

css variable

--color-primary: hsl(78, 74%, 7%);

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(78, 74%, 7%)?

HEX: #171F05 | RGB: rgb(23, 31, 5) | CMYK: 26%, 0%, 84%, 88% | HSV: 78°, 84%, 12%. Copy any format from the conversion table above.

What colors go well with #171F05?

The complementary color is HSL(258, 74%, 7%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(78, 74%, 7%) in CSS?

As HSL: color: hsl(78, 74%, 7%); — As HEX: color: #171F05; — As RGB: color: rgb(23, 31, 5); — Tailwind CSS: bg-[hsl(78,74%,7%)] — CSS variable: --color-primary: hsl(78, 74%, 7%);