HSL(141, 82%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(141,82%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 82%, 27%) color: hsl(141, 82%, 27%)
HEX #0C7D34 color: #0C7D34
RGB rgb(12, 125, 52) color: rgb(12, 125, 52)
CMYK cmyk(90%, 0%, 58%, 51%)
HSV hsv(141, 90%, 49%)
HWB hwb(141 5% 51%) color: hwb(141 5% 51%)
OKLCH oklch(0.5161 0.1432 148.51) color: oklch(0.5161 0.1432 148.51)
Lab lab(45.62 -45.55 31.37) color: lab(45.62 -45.55 31.37)
LCH lch(45.62 55.31 145.45) color: lch(45.62 55.31 145.45)

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.25:1
vs Black 4: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)

#3D3E46 — rgb(61, 62, 70)

Deuteranopia (Green-blind)

#362E4A — rgb(54, 46, 74)

Tritanopia (Blue-blind)

#125457 — rgb(18, 84, 87)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 82%, 27%);

text

color: hsl(141, 82%, 27%);

border

border: 2px solid hsl(141, 82%, 27%);

gradient light

background: linear-gradient(to right, hsl(141, 82%, 47%), hsl(141, 82%, 27%));

gradient dark

background: linear-gradient(to right, hsl(141, 82%, 27%), hsl(141, 82%, 7%))

hex

background-color: #0C7D34;

tailwind

bg-[hsl(141,82%,27%)]

box shadow

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

css variable

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

HEX: #0C7D34 | RGB: rgb(12, 125, 52) | CMYK: 90%, 0%, 58%, 51% | HSV: 141°, 90%, 49%. Copy any format from the conversion table above.

What colors go well with #0C7D34?

The complementary color is HSL(321, 82%, 27%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(141, 82%, 27%) in CSS?

As HSL: color: hsl(141, 82%, 27%); — As HEX: color: #0C7D34; — As RGB: color: rgb(12, 125, 52); — Tailwind CSS: bg-[hsl(141,82%,27%)] — CSS variable: --color-primary: hsl(141, 82%, 27%);