HSL(136, 99%, 13%)

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(136,99%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(136, 99%, 13%) color: hsl(136, 99%, 13%)
HEX #004212 color: #004212
RGB rgb(0, 66, 18) color: rgb(0, 66, 18)
CMYK cmyk(100%, 0%, 73%, 74%)
HSV hsv(136, 100%, 26%)
HWB hwb(136 0% 74%) color: hwb(136 0% 74%)
OKLCH oklch(0.3301 0.0988 146.75) color: oklch(0.3301 0.0988 146.75)
Lab lab(23.47 -30.79 23.25) color: lab(23.47 -30.79 23.25)
LCH lch(23.47 38.58 142.94) color: lch(23.47 38.58 142.94)

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 11.74:1
vs Black 1.79: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)

#1D1D1E — rgb(29, 29, 30)

Deuteranopia (Green-blind)

#191420 — rgb(25, 20, 32)

Tritanopia (Blue-blind)

#032729 — rgb(3, 39, 41)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(136, 99%, 13%);

text

color: hsl(136, 99%, 13%);

border

border: 2px solid hsl(136, 99%, 13%);

gradient light

background: linear-gradient(to right, hsl(136, 99%, 33%), hsl(136, 99%, 13%));

gradient dark

background: linear-gradient(to right, hsl(136, 99%, 13%), hsl(136, 99%, 0%))

hex

background-color: #004212;

tailwind

bg-[hsl(136,99%,13%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(136, 99%, 13%, 0.4);

css variable

--color-primary: hsl(136, 99%, 13%);

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(136, 99%, 13%)?

HEX: #004212 | RGB: rgb(0, 66, 18) | CMYK: 100%, 0%, 73%, 74% | HSV: 136°, 100%, 26%. Copy any format from the conversion table above.

What colors go well with #004212?

The complementary color is HSL(316, 99%, 13%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(136, 99%, 13%) in CSS?

As HSL: color: hsl(136, 99%, 13%); — As HEX: color: #004212; — As RGB: color: rgb(0, 66, 18); — Tailwind CSS: bg-[hsl(136,99%,13%)] — CSS variable: --color-primary: hsl(136, 99%, 13%);