HSL(146, 40%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,40%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 40%, 15%) color: hsl(146, 40%, 15%)
HEX #173624 color: #173624
RGB rgb(23, 54, 36) color: rgb(23, 54, 36)
CMYK cmyk(57%, 0%, 33%, 79%)
HSV hsv(145, 57%, 21%)
HWB hwb(145 9% 79%) color: hwb(145 9% 79%)
OKLCH oklch(0.3031 0.0497 156.28) color: oklch(0.3031 0.0497 156.28)
Lab lab(19.83 -16.63 7.87) color: lab(19.83 -16.63 7.87)
LCH lch(19.83 18.4 154.67) color: lch(19.83 18.4 154.67)

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.21:1
vs Black 1.59: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)

#242528 — rgb(36, 37, 40)

Deuteranopia (Green-blind)

#232029 — rgb(35, 32, 41)

Tritanopia (Blue-blind)

#192C2D — rgb(25, 44, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 40%, 15%);

text

color: hsl(146, 40%, 15%);

border

border: 2px solid hsl(146, 40%, 15%);

gradient light

background: linear-gradient(to right, hsl(146, 40%, 35%), hsl(146, 40%, 15%));

gradient dark

background: linear-gradient(to right, hsl(146, 40%, 15%), hsl(146, 40%, 0%))

hex

background-color: #173624;

tailwind

bg-[hsl(146,40%,15%)]

box shadow

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

css variable

--color-primary: hsl(146, 40%, 15%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(146, 40%, 15%)?

HEX: #173624 | RGB: rgb(23, 54, 36) | CMYK: 57%, 0%, 33%, 79% | HSV: 145°, 57%, 21%. Copy any format from the conversion table above.

What colors go well with #173624?

The complementary color is HSL(326, 40%, 15%). 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, 40%, 15%) in CSS?

As HSL: color: hsl(146, 40%, 15%); — As HEX: color: #173624; — As RGB: color: rgb(23, 54, 36); — Tailwind CSS: bg-[hsl(146,40%,15%)] — CSS variable: --color-primary: hsl(146, 40%, 15%);