Shades of Jungle Green #21A175
Tints of Jungle Green #21A175
RGB
CMYK
RGB Variations
Color information
#21A175 (or 0x21A175) is known color: Jungle Green. HEX triplet: 21, A1 and 75. RGB value is (33,161,117). Sum of RGB (Red+Green+Blue) = 33+161+117=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #21A175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A175 is #DE5E8A. Grayscale: #757575. Windows color (decimal): -14573195 or 7708961. OLE color: 7708961.
HSL color Cylindrical-coordinate representation of color #21A175: hue angle of 159.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A175 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 117 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.37 |
| HSL | 159.38º | 0.66% | 0.38% | - |
| HSV(B) | 159.38º | 0.8% | 0.63% | - |
| XYZ | 16.58 | 27.1 | 21.19 | - |
| YUV | 117.71 | 127.59 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 117 | 0.80 | 0 | 0.27 | 0.37 | 159.38 | 0.66 | 0.38 |
| Hex | 21 | A1 | 75 | 50 | 0 | 1B | 25 | 9F | 42 | 26 |
| Octal | 41 | 241 | 165 | 120 | 0 | 33 | 45 | 237 | 102 | 46 |
| Binary | 100001 | 10100001 | 1110101 | 1010000 | 0 | 11011 | 100101 | 10011111 | 1000010 | 100110 |
Color Harmonies of #21A175
Complementary color
Monochromatic Colors of #21A175
Black with #21A175
Text Example
Text Example
White with #21A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A175; }
p { color: rgb(33,161,117); }
H1.HeaderClassName
{
color: #21A175;
}
.AnyTagClassName
{
color: #21A175;
}
</style>
background-color css
<style>
a { background-color: #21A175; }
a { background-color: rgb(33,161,117); }
div.DivClassName
{
background-color: #21A175;
}
.BgClassName
{
background-color: #21A175;
}
</style>
border-color css
<style>
span { border-color: #21A175; }
span { border-color: rgb(33,161,117); }
td.TdClassName
{
border-color: #21A175;
}
.TagClassName
{
border-color: #21A175;
}
</style>