HSL(98, 83%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(98,83%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(98, 83%, 22%) | color: hsl(98, 83%, 22%) | |
| HEX | #2C670A | color: #2C670A | |
| RGB | rgb(44, 103, 10) | color: rgb(44, 103, 10) | |
| CMYK | cmyk(57%, 0%, 90%, 60%) | — | |
| HSV | hsv(98, 90%, 40%) | — | |
| HWB | hwb(98 4% 60%) | color: hwb(98 4% 60%) | |
| OKLCH | oklch(0.4564 0.1339 137.56) | color: oklch(0.4564 0.1339 137.56) | |
| Lab | lab(38.3 -35.59 41.26) | color: lab(38.3 -35.59 41.26) | |
| LCH | lch(38.3 54.49 130.78) | color: lch(38.3 54.49 130.78) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#464621 — rgb(70, 70, 33)
Deuteranopia (Green-blind)
#423E26 — rgb(66, 62, 38)
Tritanopia (Blue-blind)
#2F3236 — rgb(47, 50, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(98, 83%, 22%);
text
color: hsl(98, 83%, 22%);
border
border: 2px solid hsl(98, 83%, 22%);
gradient light
background: linear-gradient(to right, hsl(98, 83%, 42%), hsl(98, 83%, 22%));
gradient dark
background: linear-gradient(to right, hsl(98, 83%, 22%), hsl(98, 83%, 2%))
hex
background-color: #2C670A;
tailwind
bg-[hsl(98,83%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(98, 83%, 22%, 0.4);
css variable
--color-primary: hsl(98, 83%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(98, 83%, 22%)?
HEX: #2C670A | RGB: rgb(44, 103, 10) | CMYK: 57%, 0%, 90%, 60% | HSV: 98°, 90%, 40%. Copy any format from the conversion table above.
What colors go well with #2C670A?
The complementary color is HSL(278, 83%, 22%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(98, 83%, 22%) in CSS?
As HSL: color: hsl(98, 83%, 22%); — As HEX: color: #2C670A; — As RGB: color: rgb(44, 103, 10); — Tailwind CSS: bg-[hsl(98,83%,22%)] — CSS variable: --color-primary: hsl(98, 83%, 22%);