HSL(119, 60%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(119,60%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(119, 60%, 27%) color: hsl(119, 60%, 27%)
HEX #1D6E1C color: #1D6E1C
RGB rgb(29, 110, 28) color: rgb(29, 110, 28)
CMYK cmyk(74%, 0%, 75%, 57%)
HSV hsv(119, 75%, 43%)
HWB hwb(119 11% 57%) color: hwb(119 11% 57%)
OKLCH oklch(0.4728 0.1393 142.83) color: oklch(0.4728 0.1393 142.83)
Lab lab(40.4 -40.86 36.94) color: lab(40.4 -40.86 36.94)
LCH lch(40.4 55.08 137.88) color: lch(40.4 55.08 137.88)

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.36:1
vs Black 3.3: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)

#404130 — rgb(64, 65, 48)

Deuteranopia (Green-blind)

#3B3535 — rgb(59, 53, 53)

Tritanopia (Blue-blind)

#214043 — rgb(33, 64, 67)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(119, 60%, 27%);

text

color: hsl(119, 60%, 27%);

border

border: 2px solid hsl(119, 60%, 27%);

gradient light

background: linear-gradient(to right, hsl(119, 60%, 47%), hsl(119, 60%, 27%));

gradient dark

background: linear-gradient(to right, hsl(119, 60%, 27%), hsl(119, 60%, 7%))

hex

background-color: #1D6E1C;

tailwind

bg-[hsl(119,60%,27%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(119, 60%, 27%, 0.4);

css variable

--color-primary: hsl(119, 60%, 27%);

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(119, 60%, 27%)?

HEX: #1D6E1C | RGB: rgb(29, 110, 28) | CMYK: 74%, 0%, 75%, 57% | HSV: 119°, 75%, 43%. Copy any format from the conversion table above.

What colors go well with #1D6E1C?

The complementary color is HSL(299, 60%, 27%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(119, 60%, 27%) in CSS?

As HSL: color: hsl(119, 60%, 27%); — As HEX: color: #1D6E1C; — As RGB: color: rgb(29, 110, 28); — Tailwind CSS: bg-[hsl(119,60%,27%)] — CSS variable: --color-primary: hsl(119, 60%, 27%);