Shades of Jungle Green #219D7D
Tints of Jungle Green #219D7D
RGB
CMYK
RGB Variations
Color information
#219D7D (or 0x219D7D) is known color: Jungle Green. HEX triplet: 21, 9D and 7D. RGB value is (33,157,125). Sum of RGB (Red+Green+Blue) = 33+157+125=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #219D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D7D is #DE6282. Grayscale: #747474. Windows color (decimal): -14574211 or 8232225. OLE color: 8232225.
HSL color Cylindrical-coordinate representation of color #219D7D: hue angle of 164.52º 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 #219D7D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 157 | 125 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.38 |
| HSL | 164.52º | 0.65% | 0.37% | - |
| HSV(B) | 164.52º | 0.79% | 0.62% | - |
| XYZ | 16.39 | 25.92 | 23.54 | - |
| YUV | 116.28 | 132.92 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 125 | 0.79 | 0 | 0.20 | 0.38 | 164.52 | 0.65 | 0.37 |
| Hex | 21 | 9D | 7D | 4F | 0 | 14 | 26 | A5 | 41 | 25 |
| Octal | 41 | 235 | 175 | 117 | 0 | 24 | 46 | 245 | 101 | 45 |
| Binary | 100001 | 10011101 | 1111101 | 1001111 | 0 | 10100 | 100110 | 10100101 | 1000001 | 100101 |
Color Harmonies of #219D7D
Complementary color
Monochromatic Colors of #219D7D
Black with #219D7D
Text Example
Text Example
White with #219D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219D7D; }
p { color: rgb(33,157,125); }
H1.HeaderClassName
{
color: #219D7D;
}
.AnyTagClassName
{
color: #219D7D;
}
</style>
background-color css
<style>
a { background-color: #219D7D; }
a { background-color: rgb(33,157,125); }
div.DivClassName
{
background-color: #219D7D;
}
.BgClassName
{
background-color: #219D7D;
}
</style>
border-color css
<style>
span { border-color: #219D7D; }
span { border-color: rgb(33,157,125); }
td.TdClassName
{
border-color: #219D7D;
}
.TagClassName
{
border-color: #219D7D;
}
</style>