Shades of Jungle Green #21AB84
Tints of Jungle Green #21AB84
RGB
CMYK
RGB Variations
Color information
#21AB84 (or 0x21AB84) is known color: Jungle Green. HEX triplet: 21, AB and 84. RGB value is (33,171,132). Sum of RGB (Red+Green+Blue) = 33+171+132=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AB84 is #DE547B. Grayscale: #7D7D7D. Windows color (decimal): -14570620 or 8694561. OLE color: 8694561.
HSL color Cylindrical-coordinate representation of color #21AB84: hue angle of 163.04º degrees, saturation: 0.68, 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 #21AB84 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 132 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.33 |
| HSL | 163.04º | 0.68% | 0.4% | - |
| HSV(B) | 163.04º | 0.81% | 0.67% | - |
| XYZ | 19.35 | 31.12 | 26.82 | - |
| YUV | 125.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 132 | 0.81 | 0 | 0.23 | 0.33 | 163.04 | 0.68 | 0.4 |
| Hex | 21 | AB | 84 | 51 | 0 | 17 | 21 | A3 | 44 | 28 |
| Octal | 41 | 253 | 204 | 121 | 0 | 27 | 41 | 243 | 104 | 50 |
| Binary | 100001 | 10101011 | 10000100 | 1010001 | 0 | 10111 | 100001 | 10100011 | 1000100 | 101000 |
Color Harmonies of #21AB84
Complementary color
Monochromatic Colors of #21AB84
Black with #21AB84
Text Example
Text Example
White with #21AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB84; }
p { color: rgb(33,171,132); }
H1.HeaderClassName
{
color: #21AB84;
}
.AnyTagClassName
{
color: #21AB84;
}
</style>
background-color css
<style>
a { background-color: #21AB84; }
a { background-color: rgb(33,171,132); }
div.DivClassName
{
background-color: #21AB84;
}
.BgClassName
{
background-color: #21AB84;
}
</style>
border-color css
<style>
span { border-color: #21AB84; }
span { border-color: rgb(33,171,132); }
td.TdClassName
{
border-color: #21AB84;
}
.TagClassName
{
border-color: #21AB84;
}
</style>