Shades of Jungle Green #22AA83
Tints of Jungle Green #22AA83
RGB
CMYK
RGB Variations
Color information
#22AA83 (or 0x22AA83) is known color: Jungle Green. HEX triplet: 22, AA and 83. RGB value is (34,170,131). Sum of RGB (Red+Green+Blue) = 34+170+131=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AA83 is #DD557C. Grayscale: #7C7C7C. Windows color (decimal): -14505341 or 8628770. OLE color: 8628770.
HSL color Cylindrical-coordinate representation of color #22AA83: hue angle of 162.79º 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 #22AA83 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 170 | 131 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.33 |
| HSL | 162.79º | 0.67% | 0.4% | - |
| HSV(B) | 162.79º | 0.8% | 0.67% | - |
| XYZ | 19.13 | 30.73 | 26.4 | - |
| YUV | 124.89 | 131.44 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 170 | 131 | 0.80 | 0 | 0.23 | 0.33 | 162.79 | 0.67 | 0.4 |
| Hex | 22 | AA | 83 | 50 | 0 | 17 | 21 | A3 | 43 | 28 |
| Octal | 42 | 252 | 203 | 120 | 0 | 27 | 41 | 243 | 103 | 50 |
| Binary | 100010 | 10101010 | 10000011 | 1010000 | 0 | 10111 | 100001 | 10100011 | 1000011 | 101000 |
Color Harmonies of #22AA83
Complementary color
Monochromatic Colors of #22AA83
Black with #22AA83
Text Example
Text Example
White with #22AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AA83; }
p { color: rgb(34,170,131); }
H1.HeaderClassName
{
color: #22AA83;
}
.AnyTagClassName
{
color: #22AA83;
}
</style>
background-color css
<style>
a { background-color: #22AA83; }
a { background-color: rgb(34,170,131); }
div.DivClassName
{
background-color: #22AA83;
}
.BgClassName
{
background-color: #22AA83;
}
</style>
border-color css
<style>
span { border-color: #22AA83; }
span { border-color: rgb(34,170,131); }
td.TdClassName
{
border-color: #22AA83;
}
.TagClassName
{
border-color: #22AA83;
}
</style>