HSL(101, 30%, 7%)

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,30%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 30%, 7%) color: hsl(101, 30%, 7%)
HEX #10170C color: #10170C
RGB rgb(16, 23, 12) color: rgb(16, 23, 12)
CMYK cmyk(30%, 0%, 48%, 91%)
HSV hsv(98, 48%, 9%)
HWB hwb(98 5% 91%) color: hwb(98 5% 91%)
OKLCH oklch(0.1935 0.0238 134.57) color: oklch(0.1935 0.0238 134.57)
Lab lab(6.77 -5.16 5.07) color: lab(6.77 -5.16 5.07)
LCH lch(6.77 7.23 135.5) color: lch(6.77 7.23 135.5)

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 18.26:1
vs Black 1.15: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)

#13130F — rgb(19, 19, 15)

Deuteranopia (Green-blind)

#13120F — rgb(19, 18, 15)

Tritanopia (Blue-blind)

#101111 — rgb(16, 17, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 30%, 7%);

text

color: hsl(101, 30%, 7%);

border

border: 2px solid hsl(101, 30%, 7%);

gradient light

background: linear-gradient(to right, hsl(101, 30%, 27%), hsl(101, 30%, 7%));

gradient dark

background: linear-gradient(to right, hsl(101, 30%, 7%), hsl(101, 30%, 0%))

hex

background-color: #10170C;

tailwind

bg-[hsl(101,30%,7%)]

box shadow

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

css variable

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

HEX: #10170C | RGB: rgb(16, 23, 12) | CMYK: 30%, 0%, 48%, 91% | HSV: 98°, 48%, 9%. Copy any format from the conversion table above.

What colors go well with #10170C?

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

As HSL: color: hsl(101, 30%, 7%); — As HEX: color: #10170C; — As RGB: color: rgb(16, 23, 12); — Tailwind CSS: bg-[hsl(101,30%,7%)] — CSS variable: --color-primary: hsl(101, 30%, 7%);