Shades of Jungle Green #21A571
Tints of Jungle Green #21A571
RGB
CMYK
RGB Variations
Color information
#21A571 (or 0x21A571) is known color: Jungle Green. HEX triplet: 21, A5 and 71. RGB value is (33,165,113). Sum of RGB (Red+Green+Blue) = 33+165+113=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #21A571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A571 is #DE5A8E. Grayscale: #777777. Windows color (decimal): -14572175 or 7447841. OLE color: 7447841.
HSL color Cylindrical-coordinate representation of color #21A571: hue angle of 156.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A571 is Cyan = 0.8, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 165 | 113 | - |
| CMYK | 0.8 | 0 | 0.32 | 0.35 |
| HSL | 156.36º | 0.67% | 0.39% | - |
| HSV(B) | 156.36º | 0.8% | 0.65% | - |
| XYZ | 17.06 | 28.43 | 20.21 | - |
| YUV | 119.6 | 124.27 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 113 | 0.8 | 0 | 0.32 | 0.35 | 156.36 | 0.67 | 0.39 |
| Hex | 21 | A5 | 71 | 50 | 0 | 20 | 23 | 9C | 43 | 27 |
| Octal | 41 | 245 | 161 | 120 | 0 | 40 | 43 | 234 | 103 | 47 |
| Binary | 100001 | 10100101 | 1110001 | 1010000 | 0 | 100000 | 100011 | 10011100 | 1000011 | 100111 |
Color Harmonies of #21A571
Complementary color
Monochromatic Colors of #21A571
Black with #21A571
Text Example
Text Example
White with #21A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A571; }
p { color: rgb(33,165,113); }
H1.HeaderClassName
{
color: #21A571;
}
.AnyTagClassName
{
color: #21A571;
}
</style>
background-color css
<style>
a { background-color: #21A571; }
a { background-color: rgb(33,165,113); }
div.DivClassName
{
background-color: #21A571;
}
.BgClassName
{
background-color: #21A571;
}
</style>
border-color css
<style>
span { border-color: #21A571; }
span { border-color: rgb(33,165,113); }
td.TdClassName
{
border-color: #21A571;
}
.TagClassName
{
border-color: #21A571;
}
</style>