HSL(137, 97%, 9%)

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(137,97%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(137, 97%, 9%) color: hsl(137, 97%, 9%)
HEX #012D0D color: #012D0D
RGB rgb(1, 45, 13) color: rgb(1, 45, 13)
CMYK cmyk(98%, 0%, 71%, 82%)
HSV hsv(136, 98%, 18%)
HWB hwb(136 0% 82%) color: hwb(136 0% 82%)
OKLCH oklch(0.2597 0.0735 148.12) color: oklch(0.2597 0.0735 148.12)
Lab lab(15.02 -23.29 15.94) color: lab(15.02 -23.29 15.94)
LCH lch(15.02 28.22 145.61) color: lch(15.02 28.22 145.61)

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 15.19:1
vs Black 1.38: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)

#141415 — rgb(20, 20, 21)

Deuteranopia (Green-blind)

#120E17 — rgb(18, 14, 23)

Tritanopia (Blue-blind)

#031B1C — rgb(3, 27, 28)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(137, 97%, 9%);

text

color: hsl(137, 97%, 9%);

border

border: 2px solid hsl(137, 97%, 9%);

gradient light

background: linear-gradient(to right, hsl(137, 97%, 29%), hsl(137, 97%, 9%));

gradient dark

background: linear-gradient(to right, hsl(137, 97%, 9%), hsl(137, 97%, 0%))

hex

background-color: #012D0D;

tailwind

bg-[hsl(137,97%,9%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(137, 97%, 9%, 0.4);

css variable

--color-primary: hsl(137, 97%, 9%);

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(137, 97%, 9%)?

HEX: #012D0D | RGB: rgb(1, 45, 13) | CMYK: 98%, 0%, 71%, 82% | HSV: 136°, 98%, 18%. Copy any format from the conversion table above.

What colors go well with #012D0D?

The complementary color is HSL(317, 97%, 9%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(137, 97%, 9%) in CSS?

As HSL: color: hsl(137, 97%, 9%); — As HEX: color: #012D0D; — As RGB: color: rgb(1, 45, 13); — Tailwind CSS: bg-[hsl(137,97%,9%)] — CSS variable: --color-primary: hsl(137, 97%, 9%);