HSL(107, 63%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,63%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 63%, 28%) color: hsl(107, 63%, 28%)
HEX #2E741A color: #2E741A
RGB rgb(46, 116, 26) color: rgb(46, 116, 26)
CMYK cmyk(60%, 0%, 78%, 55%)
HSV hsv(107, 78%, 45%)
HWB hwb(107 10% 55%) color: hwb(107 10% 55%)
OKLCH oklch(0.4955 0.1412 139.76) color: oklch(0.4955 0.1412 139.76)
Lab lab(42.98 -39.22 40.52) color: lab(42.98 -39.22 40.52)
LCH lch(42.98 56.39 134.07) color: lch(42.98 56.39 134.07)

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.79:1
vs Black 3.63: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)

#4C4D30 — rgb(76, 77, 48)

Deuteranopia (Green-blind)

#484335 — rgb(72, 67, 53)

Tritanopia (Blue-blind)

#324145 — rgb(50, 65, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 63%, 28%);

text

color: hsl(107, 63%, 28%);

border

border: 2px solid hsl(107, 63%, 28%);

gradient light

background: linear-gradient(to right, hsl(107, 63%, 48%), hsl(107, 63%, 28%));

gradient dark

background: linear-gradient(to right, hsl(107, 63%, 28%), hsl(107, 63%, 8%))

hex

background-color: #2E741A;

tailwind

bg-[hsl(107,63%,28%)]

box shadow

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

css variable

--color-primary: hsl(107, 63%, 28%);

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(107, 63%, 28%)?

HEX: #2E741A | RGB: rgb(46, 116, 26) | CMYK: 60%, 0%, 78%, 55% | HSV: 107°, 78%, 45%. Copy any format from the conversion table above.

What colors go well with #2E741A?

The complementary color is HSL(287, 63%, 28%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 63%, 28%) in CSS?

As HSL: color: hsl(107, 63%, 28%); — As HEX: color: #2E741A; — As RGB: color: rgb(46, 116, 26); — Tailwind CSS: bg-[hsl(107,63%,28%)] — CSS variable: --color-primary: hsl(107, 63%, 28%);