HSL(144, 75%, 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(144,75%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(144, 75%, 13%) color: hsl(144, 75%, 13%)
HEX #083A1C color: #083A1C
RGB rgb(8, 58, 28) color: rgb(8, 58, 28)
CMYK cmyk(86%, 0%, 52%, 77%)
HSV hsv(144, 86%, 23%)
HWB hwb(144 3% 77%) color: hwb(144 3% 77%)
OKLCH oklch(0.308 0.074 151.96) color: oklch(0.308 0.074 151.96)
Lab lab(20.68 -24.27 14.12) color: lab(20.68 -24.27 14.12)
LCH lch(20.68 28.08 149.81) color: lch(20.68 28.08 149.81)

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 12.87:1
vs Black 1.63: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)

#1E1E23 — rgb(30, 30, 35)

Deuteranopia (Green-blind)

#1B1725 — rgb(27, 23, 37)

Tritanopia (Blue-blind)

#0B292A — rgb(11, 41, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(144, 75%, 13%);

text

color: hsl(144, 75%, 13%);

border

border: 2px solid hsl(144, 75%, 13%);

gradient light

background: linear-gradient(to right, hsl(144, 75%, 33%), hsl(144, 75%, 13%));

gradient dark

background: linear-gradient(to right, hsl(144, 75%, 13%), hsl(144, 75%, 0%))

hex

background-color: #083A1C;

tailwind

bg-[hsl(144,75%,13%)]

box shadow

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

css variable

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

HEX: #083A1C | RGB: rgb(8, 58, 28) | CMYK: 86%, 0%, 52%, 77% | HSV: 144°, 86%, 23%. Copy any format from the conversion table above.

What colors go well with #083A1C?

The complementary color is HSL(324, 75%, 13%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(144, 75%, 13%) in CSS?

As HSL: color: hsl(144, 75%, 13%); — As HEX: color: #083A1C; — As RGB: color: rgb(8, 58, 28); — Tailwind CSS: bg-[hsl(144,75%,13%)] — CSS variable: --color-primary: hsl(144, 75%, 13%);