Shades of Jungle Green #21AA83
Tints of Jungle Green #21AA83
RGB
CMYK
RGB Variations
Color information
#21AA83 (or 0x21AA83) is known color: Jungle Green. HEX triplet: 21, AA and 83. RGB value is (33,170,131). Sum of RGB (Red+Green+Blue) = 33+170+131=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AA83 is #DE557C. Grayscale: #7C7C7C. Windows color (decimal): -14570877 or 8628769. OLE color: 8628769.
HSL color Cylindrical-coordinate representation of color #21AA83: hue angle of 162.92º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AA83 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 131 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.33 |
| HSL | 162.92º | 0.67% | 0.4% | - |
| HSV(B) | 162.92º | 0.81% | 0.67% | - |
| XYZ | 19.1 | 30.71 | 26.39 | - |
| YUV | 124.59 | 131.61 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 131 | 0.81 | 0 | 0.23 | 0.33 | 162.92 | 0.67 | 0.4 |
| Hex | 21 | AA | 83 | 51 | 0 | 17 | 21 | A3 | 43 | 28 |
| Octal | 41 | 252 | 203 | 121 | 0 | 27 | 41 | 243 | 103 | 50 |
| Binary | 100001 | 10101010 | 10000011 | 1010001 | 0 | 10111 | 100001 | 10100011 | 1000011 | 101000 |
Color Harmonies of #21AA83
Complementary color
Monochromatic Colors of #21AA83
Black with #21AA83
Text Example
Text Example
White with #21AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA83; }
p { color: rgb(33,170,131); }
H1.HeaderClassName
{
color: #21AA83;
}
.AnyTagClassName
{
color: #21AA83;
}
</style>
background-color css
<style>
a { background-color: #21AA83; }
a { background-color: rgb(33,170,131); }
div.DivClassName
{
background-color: #21AA83;
}
.BgClassName
{
background-color: #21AA83;
}
</style>
border-color css
<style>
span { border-color: #21AA83; }
span { border-color: rgb(33,170,131); }
td.TdClassName
{
border-color: #21AA83;
}
.TagClassName
{
border-color: #21AA83;
}
</style>