Shades of Jungle Green #21A370
Tints of Jungle Green #21A370
RGB
CMYK
RGB Variations
Color information
#21A370 (or 0x21A370) is known color: Jungle Green. HEX triplet: 21, A3 and 70. RGB value is (33,163,112). Sum of RGB (Red+Green+Blue) = 33+163+112=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #21A370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A370 is #DE5C8F. Grayscale: #767676. Windows color (decimal): -14572688 or 7381793. OLE color: 7381793.
HSL color Cylindrical-coordinate representation of color #21A370: hue angle of 156.46º 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 #21A370 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 112 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.36 |
| HSL | 156.46º | 0.66% | 0.38% | - |
| HSV(B) | 156.46º | 0.8% | 0.64% | - |
| XYZ | 16.65 | 27.69 | 19.8 | - |
| YUV | 118.32 | 124.43 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 112 | 0.80 | 0 | 0.31 | 0.36 | 156.46 | 0.66 | 0.38 |
| Hex | 21 | A3 | 70 | 50 | 0 | 1F | 24 | 9C | 42 | 26 |
| Octal | 41 | 243 | 160 | 120 | 0 | 37 | 44 | 234 | 102 | 46 |
| Binary | 100001 | 10100011 | 1110000 | 1010000 | 0 | 11111 | 100100 | 10011100 | 1000010 | 100110 |
Color Harmonies of #21A370
Complementary color
Monochromatic Colors of #21A370
Black with #21A370
Text Example
Text Example
White with #21A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A370; }
p { color: rgb(33,163,112); }
H1.HeaderClassName
{
color: #21A370;
}
.AnyTagClassName
{
color: #21A370;
}
</style>
background-color css
<style>
a { background-color: #21A370; }
a { background-color: rgb(33,163,112); }
div.DivClassName
{
background-color: #21A370;
}
.BgClassName
{
background-color: #21A370;
}
</style>
border-color css
<style>
span { border-color: #21A370; }
span { border-color: rgb(33,163,112); }
td.TdClassName
{
border-color: #21A370;
}
.TagClassName
{
border-color: #21A370;
}
</style>