HSL(147, 55%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,55%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 55%, 27%) color: hsl(147, 55%, 27%)
HEX #1F6B41 color: #1F6B41
RGB rgb(31, 107, 65) color: rgb(31, 107, 65)
CMYK cmyk(71%, 0%, 39%, 58%)
HSV hsv(147, 71%, 42%)
HWB hwb(147 12% 58%) color: hwb(147 12% 58%)
OKLCH oklch(0.4703 0.1004 154.9) color: oklch(0.4703 0.1004 154.9)
Lab lab(39.89 -33.6 17.01) color: lab(39.89 -33.6 17.01)
LCH lch(39.89 37.66 153.15) color: lch(39.89 37.66 153.15)

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.49:1
vs Black 3.24: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)

#40414B — rgb(64, 65, 75)

Deuteranopia (Green-blind)

#3C364E — rgb(60, 54, 78)

Tritanopia (Blue-blind)

#235355 — rgb(35, 83, 85)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 55%, 27%);

text

color: hsl(147, 55%, 27%);

border

border: 2px solid hsl(147, 55%, 27%);

gradient light

background: linear-gradient(to right, hsl(147, 55%, 47%), hsl(147, 55%, 27%));

gradient dark

background: linear-gradient(to right, hsl(147, 55%, 27%), hsl(147, 55%, 7%))

hex

background-color: #1F6B41;

tailwind

bg-[hsl(147,55%,27%)]

box shadow

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

css variable

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

HEX: #1F6B41 | RGB: rgb(31, 107, 65) | CMYK: 71%, 0%, 39%, 58% | HSV: 147°, 71%, 42%. Copy any format from the conversion table above.

What colors go well with #1F6B41?

The complementary color is HSL(327, 55%, 27%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 55%, 27%) in CSS?

As HSL: color: hsl(147, 55%, 27%); — As HEX: color: #1F6B41; — As RGB: color: rgb(31, 107, 65); — Tailwind CSS: bg-[hsl(147,55%,27%)] — CSS variable: --color-primary: hsl(147, 55%, 27%);