HSL(143, 60%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(143, 60%, 27%) color: hsl(143, 60%, 27%)
HEX #1C6E3B color: #1C6E3B
RGB rgb(28, 110, 59) color: rgb(28, 110, 59)
CMYK cmyk(75%, 0%, 46%, 57%)
HSV hsv(143, 75%, 43%)
HWB hwb(143 11% 57%) color: hwb(143 11% 57%)
OKLCH oklch(0.4769 0.1121 151.67) color: oklch(0.4769 0.1121 151.67)
Lab lab(40.76 -36.63 21.59) color: lab(40.76 -36.63 21.59)
LCH lch(40.76 42.52 149.48) color: lch(40.76 42.52 149.48)

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.28:1
vs Black 3.34: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)

#404047 — rgb(64, 64, 71)

Deuteranopia (Green-blind)

#3B354A — rgb(59, 53, 74)

Tritanopia (Blue-blind)

#205153 — rgb(32, 81, 83)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #1C6E3B;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(143, 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(143, 60%, 27%)?

HEX: #1C6E3B | RGB: rgb(28, 110, 59) | CMYK: 75%, 0%, 46%, 57% | HSV: 143°, 75%, 43%. Copy any format from the conversion table above.

What colors go well with #1C6E3B?

The complementary color is HSL(323, 60%, 27%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.

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

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