Shades of Jungle Green #219E7D
Tints of Jungle Green #219E7D
RGB
CMYK
RGB Variations
Color information
#219E7D (or 0x219E7D) is known color: Jungle Green. HEX triplet: 21, 9E and 7D. RGB value is (33,158,125). Sum of RGB (Red+Green+Blue) = 33+158+125=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #219E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219E7D is #DE6182. Grayscale: #747474. Windows color (decimal): -14573955 or 8232481. OLE color: 8232481.
HSL color Cylindrical-coordinate representation of color #219E7D: hue angle of 164.16º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219E7D is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 158 | 125 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.38 |
| HSL | 164.16º | 0.65% | 0.37% | - |
| HSV(B) | 164.16º | 0.79% | 0.62% | - |
| XYZ | 16.56 | 26.26 | 23.6 | - |
| YUV | 116.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 125 | 0.79 | 0 | 0.21 | 0.38 | 164.16 | 0.65 | 0.37 |
| Hex | 21 | 9E | 7D | 4F | 0 | 15 | 26 | A4 | 41 | 25 |
| Octal | 41 | 236 | 175 | 117 | 0 | 25 | 46 | 244 | 101 | 45 |
| Binary | 100001 | 10011110 | 1111101 | 1001111 | 0 | 10101 | 100110 | 10100100 | 1000001 | 100101 |
Color Harmonies of #219E7D
Complementary color
Monochromatic Colors of #219E7D
Black with #219E7D
Text Example
Text Example
White with #219E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219E7D; }
p { color: rgb(33,158,125); }
H1.HeaderClassName
{
color: #219E7D;
}
.AnyTagClassName
{
color: #219E7D;
}
</style>
background-color css
<style>
a { background-color: #219E7D; }
a { background-color: rgb(33,158,125); }
div.DivClassName
{
background-color: #219E7D;
}
.BgClassName
{
background-color: #219E7D;
}
</style>
border-color css
<style>
span { border-color: #219E7D; }
span { border-color: rgb(33,158,125); }
td.TdClassName
{
border-color: #219E7D;
}
.TagClassName
{
border-color: #219E7D;
}
</style>