HSL(110, 62%, 17%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(110,62%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(110, 62%, 17%) color: hsl(110, 62%, 17%)
HEX #194610 color: #194610
RGB rgb(25, 70, 16) color: rgb(25, 70, 16)
CMYK cmyk(64%, 0%, 77%, 73%)
HSV hsv(110, 77%, 27%)
HWB hwb(110 6% 73%) color: hwb(110 6% 73%)
OKLCH oklch(0.3499 0.0964 140.59) color: oklch(0.3499 0.0964 140.59)
Lab lab(25.64 -27.2 26.77) color: lab(25.64 -27.2 26.77)
LCH lch(25.64 38.16 135.46) color: lch(25.64 38.16 135.46)

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 10.91:1
vs Black 1.92: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)

#2C2D1D — rgb(44, 45, 29)

Deuteranopia (Green-blind)

#2A2720 — rgb(42, 39, 32)

Tritanopia (Blue-blind)

#1B272A — rgb(27, 39, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(110, 62%, 17%);

text

color: hsl(110, 62%, 17%);

border

border: 2px solid hsl(110, 62%, 17%);

gradient light

background: linear-gradient(to right, hsl(110, 62%, 37%), hsl(110, 62%, 17%));

gradient dark

background: linear-gradient(to right, hsl(110, 62%, 17%), hsl(110, 62%, 0%))

hex

background-color: #194610;

tailwind

bg-[hsl(110,62%,17%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(110, 62%, 17%, 0.4);

css variable

--color-primary: hsl(110, 62%, 17%);

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(110, 62%, 17%)?

HEX: #194610 | RGB: rgb(25, 70, 16) | CMYK: 64%, 0%, 77%, 73% | HSV: 110°, 77%, 27%. Copy any format from the conversion table above.

What colors go well with #194610?

The complementary color is HSL(290, 62%, 17%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(110, 62%, 17%) in CSS?

As HSL: color: hsl(110, 62%, 17%); — As HEX: color: #194610; — As RGB: color: rgb(25, 70, 16); — Tailwind CSS: bg-[hsl(110,62%,17%)] — CSS variable: --color-primary: hsl(110, 62%, 17%);