Shades of Jungle Green #21A982
Tints of Jungle Green #21A982
RGB
CMYK
RGB Variations
Color information
#21A982 (or 0x21A982) is known color: Jungle Green. HEX triplet: 21, A9 and 82. RGB value is (33,169,130). Sum of RGB (Red+Green+Blue) = 33+169+130=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #21A982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A982 is #DE567D. Grayscale: #7B7B7B. Windows color (decimal): -14571134 or 8562977. OLE color: 8562977.
HSL color Cylindrical-coordinate representation of color #21A982: hue angle of 162.79º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A982 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 169 | 130 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.34 |
| HSL | 162.79º | 0.67% | 0.4% | - |
| HSV(B) | 162.79º | 0.8% | 0.66% | - |
| XYZ | 18.84 | 30.31 | 25.98 | - |
| YUV | 123.89 | 131.44 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 169 | 130 | 0.80 | 0 | 0.23 | 0.34 | 162.79 | 0.67 | 0.4 |
| Hex | 21 | A9 | 82 | 50 | 0 | 17 | 22 | A3 | 43 | 28 |
| Octal | 41 | 251 | 202 | 120 | 0 | 27 | 42 | 243 | 103 | 50 |
| Binary | 100001 | 10101001 | 10000010 | 1010000 | 0 | 10111 | 100010 | 10100011 | 1000011 | 101000 |
Color Harmonies of #21A982
Complementary color
Monochromatic Colors of #21A982
Black with #21A982
Text Example
Text Example
White with #21A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A982; }
p { color: rgb(33,169,130); }
H1.HeaderClassName
{
color: #21A982;
}
.AnyTagClassName
{
color: #21A982;
}
</style>
background-color css
<style>
a { background-color: #21A982; }
a { background-color: rgb(33,169,130); }
div.DivClassName
{
background-color: #21A982;
}
.BgClassName
{
background-color: #21A982;
}
</style>
border-color css
<style>
span { border-color: #21A982; }
span { border-color: rgb(33,169,130); }
td.TdClassName
{
border-color: #21A982;
}
.TagClassName
{
border-color: #21A982;
}
</style>