Shades of Jungle Green #22AB7E
Tints of Jungle Green #22AB7E
RGB
CMYK
RGB Variations
Color information
#22AB7E (or 0x22AB7E) is known color: Jungle Green. HEX triplet: 22, AB and 7E. RGB value is (34,171,126). Sum of RGB (Red+Green+Blue) = 34+171+126=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #22AB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AB7E is #DD5481. Grayscale: #7C7C7C. Windows color (decimal): -14505090 or 8301346. OLE color: 8301346.
HSL color Cylindrical-coordinate representation of color #22AB7E: hue angle of 160.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AB7E is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 171 | 126 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.33 |
| HSL | 160.29º | 0.67% | 0.4% | - |
| HSV(B) | 160.29º | 0.8% | 0.67% | - |
| XYZ | 18.99 | 30.97 | 24.72 | - |
| YUV | 124.91 | 128.61 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 126 | 0.80 | 0 | 0.26 | 0.33 | 160.29 | 0.67 | 0.4 |
| Hex | 22 | AB | 7E | 50 | 0 | 1A | 21 | A0 | 43 | 28 |
| Octal | 42 | 253 | 176 | 120 | 0 | 32 | 41 | 240 | 103 | 50 |
| Binary | 100010 | 10101011 | 1111110 | 1010000 | 0 | 11010 | 100001 | 10100000 | 1000011 | 101000 |
Color Harmonies of #22AB7E
Complementary color
Monochromatic Colors of #22AB7E
Black with #22AB7E
Text Example
Text Example
White with #22AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AB7E; }
p { color: rgb(34,171,126); }
H1.HeaderClassName
{
color: #22AB7E;
}
.AnyTagClassName
{
color: #22AB7E;
}
</style>
background-color css
<style>
a { background-color: #22AB7E; }
a { background-color: rgb(34,171,126); }
div.DivClassName
{
background-color: #22AB7E;
}
.BgClassName
{
background-color: #22AB7E;
}
</style>
border-color css
<style>
span { border-color: #22AB7E; }
span { border-color: rgb(34,171,126); }
td.TdClassName
{
border-color: #22AB7E;
}
.TagClassName
{
border-color: #22AB7E;
}
</style>