HSL(146, 30%, 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(146,30%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 30%, 13%) color: hsl(146, 30%, 13%)
HEX #172B20 color: #172B20
RGB rgb(23, 43, 32) color: rgb(23, 43, 32)
CMYK cmyk(47%, 0%, 26%, 83%)
HSV hsv(147, 47%, 17%)
HWB hwb(147 9% 83%) color: hwb(147 9% 83%)
OKLCH oklch(0.2681 0.0334 159.01) color: oklch(0.2681 0.0334 159.01)
Lab lab(15.56 -11.24 4.65) color: lab(15.56 -11.24 4.65)
LCH lch(15.56 12.16 157.53) color: lch(15.56 12.16 157.53)

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.97:1
vs Black 1.4: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)

#202023 — rgb(32, 32, 35)

Deuteranopia (Green-blind)

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

Tritanopia (Blue-blind)

#182525 — rgb(24, 37, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 30%, 13%);

text

color: hsl(146, 30%, 13%);

border

border: 2px solid hsl(146, 30%, 13%);

gradient light

background: linear-gradient(to right, hsl(146, 30%, 33%), hsl(146, 30%, 13%));

gradient dark

background: linear-gradient(to right, hsl(146, 30%, 13%), hsl(146, 30%, 0%))

hex

background-color: #172B20;

tailwind

bg-[hsl(146,30%,13%)]

box shadow

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

css variable

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

HEX: #172B20 | RGB: rgb(23, 43, 32) | CMYK: 47%, 0%, 26%, 83% | HSV: 147°, 47%, 17%. Copy any format from the conversion table above.

What colors go well with #172B20?

The complementary color is HSL(326, 30%, 13%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(146, 30%, 13%) in CSS?

As HSL: color: hsl(146, 30%, 13%); — As HEX: color: #172B20; — As RGB: color: rgb(23, 43, 32); — Tailwind CSS: bg-[hsl(146,30%,13%)] — CSS variable: --color-primary: hsl(146, 30%, 13%);