HSL(133, 50%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,50%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 50%, 38%) | color: hsl(133, 50%, 38%) | |
| HEX | #309145 | color: #309145 | |
| RGB | rgb(48, 145, 69) | color: rgb(48, 145, 69) | |
| CMYK | cmyk(67%, 0%, 52%, 43%) | — | |
| HSV | hsv(133, 67%, 57%) | — | |
| HWB | hwb(133 19% 43%) | color: hwb(133 19% 43%) | |
| OKLCH | oklch(0.5822 0.1438 147.45) | color: oklch(0.5822 0.1438 147.45) | |
| Lab | lab(53.28 -44.93 32.05) | color: lab(53.28 -44.93 32.05) | |
| LCH | lch(53.28 55.19 144.5) | color: lch(53.28 55.19 144.5) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#5A5B57 — rgb(90, 91, 87)
Deuteranopia (Green-blind)
#544D5C — rgb(84, 77, 92)
Tritanopia (Blue-blind)
#356669 — rgb(53, 102, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 50%, 38%);
text
color: hsl(133, 50%, 38%);
border
border: 2px solid hsl(133, 50%, 38%);
gradient light
background: linear-gradient(to right, hsl(133, 50%, 58%), hsl(133, 50%, 38%));
gradient dark
background: linear-gradient(to right, hsl(133, 50%, 38%), hsl(133, 50%, 18%))
hex
background-color: #309145;
tailwind
bg-[hsl(133,50%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 50%, 38%, 0.4);
css variable
--color-primary: hsl(133, 50%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 50%, 38%)?
HEX: #309145 | RGB: rgb(48, 145, 69) | CMYK: 67%, 0%, 52%, 43% | HSV: 133°, 67%, 57%. Copy any format from the conversion table above.
What colors go well with #309145?
The complementary color is HSL(313, 50%, 38%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 50%, 38%) in CSS?
As HSL: color: hsl(133, 50%, 38%); — As HEX: color: #309145; — As RGB: color: rgb(48, 145, 69); — Tailwind CSS: bg-[hsl(133,50%,38%)] — CSS variable: --color-primary: hsl(133, 50%, 38%);