HSL(142, 35%, 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(142,35%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 35%, 13%) color: hsl(142, 35%, 13%)
HEX #162D1E color: #162D1E
RGB rgb(22, 45, 30) color: rgb(22, 45, 30)
CMYK cmyk(51%, 0%, 33%, 82%)
HSV hsv(141, 51%, 18%)
HWB hwb(141 9% 82%) color: hwb(141 9% 82%)
OKLCH oklch(0.273 0.0406 154.2) color: oklch(0.273 0.0406 154.2)
Lab lab(16.21 -13.32 6.94) color: lab(16.21 -13.32 6.94)
LCH lch(16.21 15.02 152.48) color: lch(16.21 15.02 152.48)

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 14.7:1
vs Black 1.43: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)

#202022 — rgb(32, 32, 34)

Deuteranopia (Green-blind)

#1F1D23 — rgb(31, 29, 35)

Tritanopia (Blue-blind)

#172425 — rgb(23, 36, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 35%, 13%);

text

color: hsl(142, 35%, 13%);

border

border: 2px solid hsl(142, 35%, 13%);

gradient light

background: linear-gradient(to right, hsl(142, 35%, 33%), hsl(142, 35%, 13%));

gradient dark

background: linear-gradient(to right, hsl(142, 35%, 13%), hsl(142, 35%, 0%))

hex

background-color: #162D1E;

tailwind

bg-[hsl(142,35%,13%)]

box shadow

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

css variable

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

HEX: #162D1E | RGB: rgb(22, 45, 30) | CMYK: 51%, 0%, 33%, 82% | HSV: 141°, 51%, 18%. Copy any format from the conversion table above.

What colors go well with #162D1E?

The complementary color is HSL(322, 35%, 13%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 35%, 13%) in CSS?

As HSL: color: hsl(142, 35%, 13%); — As HEX: color: #162D1E; — As RGB: color: rgb(22, 45, 30); — Tailwind CSS: bg-[hsl(142,35%,13%)] — CSS variable: --color-primary: hsl(142, 35%, 13%);