HSL(135, 60%, 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(135,60%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(135, 60%, 13%) color: hsl(135, 60%, 13%)
HEX #0D3517 color: #0D3517
RGB rgb(13, 53, 23) color: rgb(13, 53, 23)
CMYK cmyk(75%, 0%, 57%, 79%)
HSV hsv(135, 75%, 21%)
HWB hwb(135 5% 79%) color: hwb(135 5% 79%)
OKLCH oklch(0.2923 0.0693 148.49) color: oklch(0.2923 0.0693 148.49)
Lab lab(18.77 -21.91 14.88) color: lab(18.77 -21.91 14.88)
LCH lch(18.77 26.49 145.82) color: lch(18.77 26.49 145.82)

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 13.65:1
vs Black 1.54: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)

#1E1F1E — rgb(30, 31, 30)

Deuteranopia (Green-blind)

#1C1920 — rgb(28, 25, 32)

Tritanopia (Blue-blind)

#0F2425 — rgb(15, 36, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(135, 60%, 13%);

text

color: hsl(135, 60%, 13%);

border

border: 2px solid hsl(135, 60%, 13%);

gradient light

background: linear-gradient(to right, hsl(135, 60%, 33%), hsl(135, 60%, 13%));

gradient dark

background: linear-gradient(to right, hsl(135, 60%, 13%), hsl(135, 60%, 0%))

hex

background-color: #0D3517;

tailwind

bg-[hsl(135,60%,13%)]

box shadow

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

css variable

--color-primary: hsl(135, 60%, 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(135, 60%, 13%)?

HEX: #0D3517 | RGB: rgb(13, 53, 23) | CMYK: 75%, 0%, 57%, 79% | HSV: 135°, 75%, 21%. Copy any format from the conversion table above.

What colors go well with #0D3517?

The complementary color is HSL(315, 60%, 13%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(135, 60%, 13%) in CSS?

As HSL: color: hsl(135, 60%, 13%); — As HEX: color: #0D3517; — As RGB: color: rgb(13, 53, 23); — Tailwind CSS: bg-[hsl(135,60%,13%)] — CSS variable: --color-primary: hsl(135, 60%, 13%);