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

Color Conversions

Format Value CSS Usage
HSL hsl(134, 30%, 7%) color: hsl(134, 30%, 7%)
HEX #0C170F color: #0C170F
RGB rgb(12, 23, 15) color: rgb(12, 23, 15)
CMYK cmyk(48%, 0%, 35%, 91%)
HSV hsv(136, 48%, 9%)
HWB hwb(136 5% 91%) color: hwb(136 5% 91%)
OKLCH oklch(0.191 0.0228 152.38) color: oklch(0.191 0.0228 152.38)
Lab lab(6.55 -5.95 3.24) color: lab(6.55 -5.95 3.24)
LCH lch(6.55 6.77 151.43) color: lch(6.55 6.77 151.43)

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.34: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)

#111111 — rgb(17, 17, 17)

Deuteranopia (Green-blind)

#100F11 — rgb(16, 15, 17)

Tritanopia (Blue-blind)

#0D1213 — rgb(13, 18, 19)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #0C170F;

tailwind

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

box shadow

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

css variable

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

HEX: #0C170F | RGB: rgb(12, 23, 15) | CMYK: 48%, 0%, 35%, 91% | HSV: 136°, 48%, 9%. Copy any format from the conversion table above.

What colors go well with #0C170F?

The complementary color is HSL(314, 30%, 7%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(134, 30%, 7%) in CSS?

As HSL: color: hsl(134, 30%, 7%); — As HEX: color: #0C170F; — As RGB: color: rgb(12, 23, 15); — Tailwind CSS: bg-[hsl(134,30%,7%)] — CSS variable: --color-primary: hsl(134, 30%, 7%);