Shades of Jungle Green #21A077
Tints of Jungle Green #21A077
RGB
CMYK
RGB Variations
Color information
#21A077 (or 0x21A077) is known color: Jungle Green. HEX triplet: 21, A0 and 77. RGB value is (33,160,119). Sum of RGB (Red+Green+Blue) = 33+160+119=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #21A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A077 is #DE5F88. Grayscale: #757575. Windows color (decimal): -14573449 or 7839777. OLE color: 7839777.
HSL color Cylindrical-coordinate representation of color #21A077: hue angle of 160.63º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A077 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 119 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.37 |
| HSL | 160.63º | 0.66% | 0.38% | - |
| HSV(B) | 160.63º | 0.79% | 0.63% | - |
| XYZ | 16.53 | 26.8 | 21.75 | - |
| YUV | 117.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 119 | 0.79 | 0 | 0.26 | 0.37 | 160.63 | 0.66 | 0.38 |
| Hex | 21 | A0 | 77 | 4F | 0 | 1A | 25 | A1 | 42 | 26 |
| Octal | 41 | 240 | 167 | 117 | 0 | 32 | 45 | 241 | 102 | 46 |
| Binary | 100001 | 10100000 | 1110111 | 1001111 | 0 | 11010 | 100101 | 10100001 | 1000010 | 100110 |
Color Harmonies of #21A077
Complementary color
Monochromatic Colors of #21A077
Black with #21A077
Text Example
Text Example
White with #21A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A077; }
p { color: rgb(33,160,119); }
H1.HeaderClassName
{
color: #21A077;
}
.AnyTagClassName
{
color: #21A077;
}
</style>
background-color css
<style>
a { background-color: #21A077; }
a { background-color: rgb(33,160,119); }
div.DivClassName
{
background-color: #21A077;
}
.BgClassName
{
background-color: #21A077;
}
</style>
border-color css
<style>
span { border-color: #21A077; }
span { border-color: rgb(33,160,119); }
td.TdClassName
{
border-color: #21A077;
}
.TagClassName
{
border-color: #21A077;
}
</style>