HSL(140, 60%, 5%)

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(140,60%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(140, 60%, 5%) color: hsl(140, 60%, 5%)
HEX #05140A color: #05140A
RGB rgb(5, 20, 10) color: rgb(5, 20, 10)
CMYK cmyk(75%, 0%, 50%, 92%)
HSV hsv(140, 75%, 8%)
HWB hwb(140 2% 92%) color: hwb(140 2% 92%)
OKLCH oklch(0.1735 0.0303 154.3) color: oklch(0.1735 0.0303 154.3)
Lab lab(5.01 -6.53 3.27) color: lab(5.01 -6.53 3.27)
LCH lch(5.01 7.3 153.4) color: lch(5.01 7.3 153.4)

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.9:1
vs Black 1.11: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)

#0B0C0C — rgb(11, 12, 12)

Deuteranopia (Green-blind)

#0B0A0D — rgb(11, 10, 13)

Tritanopia (Blue-blind)

#060E0F — rgb(6, 14, 15)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(140, 60%, 5%);

text

color: hsl(140, 60%, 5%);

border

border: 2px solid hsl(140, 60%, 5%);

gradient light

background: linear-gradient(to right, hsl(140, 60%, 25%), hsl(140, 60%, 5%));

gradient dark

background: linear-gradient(to right, hsl(140, 60%, 5%), hsl(140, 60%, 0%))

hex

background-color: #05140A;

tailwind

bg-[hsl(140,60%,5%)]

box shadow

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

css variable

--color-primary: hsl(140, 60%, 5%);

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(140, 60%, 5%)?

HEX: #05140A | RGB: rgb(5, 20, 10) | CMYK: 75%, 0%, 50%, 92% | HSV: 140°, 75%, 8%. Copy any format from the conversion table above.

What colors go well with #05140A?

The complementary color is HSL(320, 60%, 5%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(140, 60%, 5%) in CSS?

As HSL: color: hsl(140, 60%, 5%); — As HEX: color: #05140A; — As RGB: color: rgb(5, 20, 10); — Tailwind CSS: bg-[hsl(140,60%,5%)] — CSS variable: --color-primary: hsl(140, 60%, 5%);