HSL(149, 72%, 24%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(149,72%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(149, 72%, 24%) color: hsl(149, 72%, 24%)
HEX #11693C color: #11693C
RGB rgb(17, 105, 60) color: rgb(17, 105, 60)
CMYK cmyk(84%, 0%, 43%, 59%)
HSV hsv(149, 84%, 41%)
HWB hwb(149 7% 59%) color: hwb(149 7% 59%)
OKLCH oklch(0.4602 0.1074 154.73) color: oklch(0.4602 0.1074 154.73)
Lab lab(38.81 -36.08 18.44) color: lab(38.81 -36.08 18.44)
LCH lch(38.81 40.52 152.93) color: lch(38.81 40.52 152.93)

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 6.75:1
vs Black 3.11:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#373847 — rgb(55, 56, 71)

Deuteranopia (Green-blind)

#322B4A — rgb(50, 43, 74)

Tritanopia (Blue-blind)

#154F51 — rgb(21, 79, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(149, 72%, 24%);

text

color: hsl(149, 72%, 24%);

border

border: 2px solid hsl(149, 72%, 24%);

gradient light

background: linear-gradient(to right, hsl(149, 72%, 44%), hsl(149, 72%, 24%));

gradient dark

background: linear-gradient(to right, hsl(149, 72%, 24%), hsl(149, 72%, 4%))

hex

background-color: #11693C;

tailwind

bg-[hsl(149,72%,24%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(149, 72%, 24%, 0.4);

css variable

--color-primary: hsl(149, 72%, 24%);

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(149, 72%, 24%)?

HEX: #11693C | RGB: rgb(17, 105, 60) | CMYK: 84%, 0%, 43%, 59% | HSV: 149°, 84%, 41%. Copy any format from the conversion table above.

What colors go well with #11693C?

The complementary color is HSL(329, 72%, 24%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(149, 72%, 24%) in CSS?

As HSL: color: hsl(149, 72%, 24%); — As HEX: color: #11693C; — As RGB: color: rgb(17, 105, 60); — Tailwind CSS: bg-[hsl(149,72%,24%)] — CSS variable: --color-primary: hsl(149, 72%, 24%);