Shades of Jungle Green #219E7B
Tints of Jungle Green #219E7B
RGB
CMYK
RGB Variations
Color information
#219E7B (or 0x219E7B) is known color: Jungle Green. HEX triplet: 21, 9E and 7B. RGB value is (33,158,123). Sum of RGB (Red+Green+Blue) = 33+158+123=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #219E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219E7B is #DE6184. Grayscale: #747474. Windows color (decimal): -14573957 or 8101409. OLE color: 8101409.
HSL color Cylindrical-coordinate representation of color #219E7B: hue angle of 163.2º 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 #219E7B is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 158 | 123 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.38 |
| HSL | 163.2º | 0.65% | 0.37% | - |
| HSV(B) | 163.2º | 0.79% | 0.62% | - |
| XYZ | 16.43 | 26.21 | 22.93 | - |
| YUV | 116.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 123 | 0.79 | 0 | 0.22 | 0.38 | 163.2 | 0.65 | 0.37 |
| Hex | 21 | 9E | 7B | 4F | 0 | 16 | 26 | A3 | 41 | 25 |
| Octal | 41 | 236 | 173 | 117 | 0 | 26 | 46 | 243 | 101 | 45 |
| Binary | 100001 | 10011110 | 1111011 | 1001111 | 0 | 10110 | 100110 | 10100011 | 1000001 | 100101 |
Color Harmonies of #219E7B
Complementary color
Monochromatic Colors of #219E7B
Black with #219E7B
Text Example
Text Example
White with #219E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219E7B; }
p { color: rgb(33,158,123); }
H1.HeaderClassName
{
color: #219E7B;
}
.AnyTagClassName
{
color: #219E7B;
}
</style>
background-color css
<style>
a { background-color: #219E7B; }
a { background-color: rgb(33,158,123); }
div.DivClassName
{
background-color: #219E7B;
}
.BgClassName
{
background-color: #219E7B;
}
</style>
border-color css
<style>
span { border-color: #219E7B; }
span { border-color: rgb(33,158,123); }
td.TdClassName
{
border-color: #219E7B;
}
.TagClassName
{
border-color: #219E7B;
}
</style>