Shades of Jungle Green #21A07D
Tints of Jungle Green #21A07D
RGB
CMYK
RGB Variations
Color information
#21A07D (or 0x21A07D) is known color: Jungle Green. HEX triplet: 21, A0 and 7D. RGB value is (33,160,125). Sum of RGB (Red+Green+Blue) = 33+160+125=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #21A07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A07D is #DE5F82. Grayscale: #767676. Windows color (decimal): -14573443 or 8232993. OLE color: 8232993.
HSL color Cylindrical-coordinate representation of color #21A07D: hue angle of 163.46º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A07D is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 125 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.37 |
| HSL | 163.46º | 0.66% | 0.38% | - |
| HSV(B) | 163.46º | 0.79% | 0.63% | - |
| XYZ | 16.9 | 26.95 | 23.71 | - |
| YUV | 118.04 | 131.92 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 125 | 0.79 | 0 | 0.22 | 0.37 | 163.46 | 0.66 | 0.38 |
| Hex | 21 | A0 | 7D | 4F | 0 | 16 | 25 | A3 | 42 | 26 |
| Octal | 41 | 240 | 175 | 117 | 0 | 26 | 45 | 243 | 102 | 46 |
| Binary | 100001 | 10100000 | 1111101 | 1001111 | 0 | 10110 | 100101 | 10100011 | 1000010 | 100110 |
Color Harmonies of #21A07D
Complementary color
Monochromatic Colors of #21A07D
Black with #21A07D
Text Example
Text Example
White with #21A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A07D; }
p { color: rgb(33,160,125); }
H1.HeaderClassName
{
color: #21A07D;
}
.AnyTagClassName
{
color: #21A07D;
}
</style>
background-color css
<style>
a { background-color: #21A07D; }
a { background-color: rgb(33,160,125); }
div.DivClassName
{
background-color: #21A07D;
}
.BgClassName
{
background-color: #21A07D;
}
</style>
border-color css
<style>
span { border-color: #21A07D; }
span { border-color: rgb(33,160,125); }
td.TdClassName
{
border-color: #21A07D;
}
.TagClassName
{
border-color: #21A07D;
}
</style>