Shades of Jungle Green #219C7E
Tints of Jungle Green #219C7E
RGB
CMYK
RGB Variations
Color information
#219C7E (or 0x219C7E) is known color: Jungle Green. HEX triplet: 21, 9C and 7E. RGB value is (33,156,126). Sum of RGB (Red+Green+Blue) = 33+156+126=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #219C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C7E is #DE6381. Grayscale: #737373. Windows color (decimal): -14574466 or 8297505. OLE color: 8297505.
HSL color Cylindrical-coordinate representation of color #219C7E: hue angle of 165.37º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C7E is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 126 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.39 |
| HSL | 165.37º | 0.65% | 0.37% | - |
| HSV(B) | 165.37º | 0.79% | 0.61% | - |
| XYZ | 16.28 | 25.61 | 23.82 | - |
| YUV | 115.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 126 | 0.79 | 0 | 0.19 | 0.39 | 165.37 | 0.65 | 0.37 |
| Hex | 21 | 9C | 7E | 4F | 0 | 13 | 27 | A5 | 41 | 25 |
| Octal | 41 | 234 | 176 | 117 | 0 | 23 | 47 | 245 | 101 | 45 |
| Binary | 100001 | 10011100 | 1111110 | 1001111 | 0 | 10011 | 100111 | 10100101 | 1000001 | 100101 |
Color Harmonies of #219C7E
Complementary color
Monochromatic Colors of #219C7E
Black with #219C7E
Text Example
Text Example
White with #219C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C7E; }
p { color: rgb(33,156,126); }
H1.HeaderClassName
{
color: #219C7E;
}
.AnyTagClassName
{
color: #219C7E;
}
</style>
background-color css
<style>
a { background-color: #219C7E; }
a { background-color: rgb(33,156,126); }
div.DivClassName
{
background-color: #219C7E;
}
.BgClassName
{
background-color: #219C7E;
}
</style>
border-color css
<style>
span { border-color: #219C7E; }
span { border-color: rgb(33,156,126); }
td.TdClassName
{
border-color: #219C7E;
}
.TagClassName
{
border-color: #219C7E;
}
</style>