Shades of Jungle Green #21A373
Tints of Jungle Green #21A373
RGB
CMYK
RGB Variations
Color information
#21A373 (or 0x21A373) is known color: Jungle Green. HEX triplet: 21, A3 and 73. RGB value is (33,163,115). Sum of RGB (Red+Green+Blue) = 33+163+115=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #21A373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A373 is #DE5C8C. Grayscale: #767676. Windows color (decimal): -14572685 or 7578401. OLE color: 7578401.
HSL color Cylindrical-coordinate representation of color #21A373: hue angle of 157.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A373 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 115 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.36 |
| HSL | 157.85º | 0.66% | 0.38% | - |
| HSV(B) | 157.85º | 0.8% | 0.64% | - |
| XYZ | 16.82 | 27.76 | 20.69 | - |
| YUV | 118.66 | 125.93 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 115 | 0.80 | 0 | 0.29 | 0.36 | 157.85 | 0.66 | 0.38 |
| Hex | 21 | A3 | 73 | 50 | 0 | 1D | 24 | 9E | 42 | 26 |
| Octal | 41 | 243 | 163 | 120 | 0 | 35 | 44 | 236 | 102 | 46 |
| Binary | 100001 | 10100011 | 1110011 | 1010000 | 0 | 11101 | 100100 | 10011110 | 1000010 | 100110 |
Color Harmonies of #21A373
Complementary color
Monochromatic Colors of #21A373
Black with #21A373
Text Example
Text Example
White with #21A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A373; }
p { color: rgb(33,163,115); }
H1.HeaderClassName
{
color: #21A373;
}
.AnyTagClassName
{
color: #21A373;
}
</style>
background-color css
<style>
a { background-color: #21A373; }
a { background-color: rgb(33,163,115); }
div.DivClassName
{
background-color: #21A373;
}
.BgClassName
{
background-color: #21A373;
}
</style>
border-color css
<style>
span { border-color: #21A373; }
span { border-color: rgb(33,163,115); }
td.TdClassName
{
border-color: #21A373;
}
.TagClassName
{
border-color: #21A373;
}
</style>