HSL(143, 63%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,63%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 63%, 30%) color: hsl(143, 63%, 30%)
HEX #1C7D41 color: #1C7D41
RGB rgb(28, 125, 65) color: rgb(28, 125, 65)
CMYK cmyk(78%, 0%, 48%, 51%)
HSV hsv(143, 78%, 49%)
HWB hwb(143 11% 51%) color: hwb(143 11% 51%)
OKLCH oklch(0.5208 0.1273 151.22) color: oklch(0.5208 0.1273 151.22)
Lab lab(46.04 -41.49 25.01) color: lab(46.04 -41.49 25.01)
LCH lch(46.04 48.45 148.92) color: lch(46.04 48.45 148.92)

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 5.17:1
vs Black 4.06: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)

#464750 — rgb(70, 71, 80)

Deuteranopia (Green-blind)

#403953 — rgb(64, 57, 83)

Tritanopia (Blue-blind)

#215B5E — rgb(33, 91, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 63%, 30%);

text

color: hsl(143, 63%, 30%);

border

border: 2px solid hsl(143, 63%, 30%);

gradient light

background: linear-gradient(to right, hsl(143, 63%, 50%), hsl(143, 63%, 30%));

gradient dark

background: linear-gradient(to right, hsl(143, 63%, 30%), hsl(143, 63%, 10%))

hex

background-color: #1C7D41;

tailwind

bg-[hsl(143,63%,30%)]

box shadow

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

css variable

--color-primary: hsl(143, 63%, 30%);

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, 63%, 30%)?

HEX: #1C7D41 | RGB: rgb(28, 125, 65) | CMYK: 78%, 0%, 48%, 51% | HSV: 143°, 78%, 49%. Copy any format from the conversion table above.

What colors go well with #1C7D41?

The complementary color is HSL(323, 63%, 30%). 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, 63%, 30%) in CSS?

As HSL: color: hsl(143, 63%, 30%); — As HEX: color: #1C7D41; — As RGB: color: rgb(28, 125, 65); — Tailwind CSS: bg-[hsl(143,63%,30%)] — CSS variable: --color-primary: hsl(143, 63%, 30%);