Shades of Jungle Green #219C7D
Tints of Jungle Green #219C7D
RGB
CMYK
RGB Variations
Color information
#219C7D (or 0x219C7D) is known color: Jungle Green. HEX triplet: 21, 9C and 7D. RGB value is (33,156,125). Sum of RGB (Red+Green+Blue) = 33+156+125=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #219C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C7D is #DE6382. Grayscale: #737373. Windows color (decimal): -14574467 or 8231969. OLE color: 8231969.
HSL color Cylindrical-coordinate representation of color #219C7D: hue angle of 164.88º 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 #219C7D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 125 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.39 |
| HSL | 164.88º | 0.65% | 0.37% | - |
| HSV(B) | 164.88º | 0.79% | 0.61% | - |
| XYZ | 16.22 | 25.58 | 23.48 | - |
| YUV | 115.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 125 | 0.79 | 0 | 0.20 | 0.39 | 164.88 | 0.65 | 0.37 |
| Hex | 21 | 9C | 7D | 4F | 0 | 14 | 27 | A5 | 41 | 25 |
| Octal | 41 | 234 | 175 | 117 | 0 | 24 | 47 | 245 | 101 | 45 |
| Binary | 100001 | 10011100 | 1111101 | 1001111 | 0 | 10100 | 100111 | 10100101 | 1000001 | 100101 |
Color Harmonies of #219C7D
Complementary color
Monochromatic Colors of #219C7D
Black with #219C7D
Text Example
Text Example
White with #219C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C7D; }
p { color: rgb(33,156,125); }
H1.HeaderClassName
{
color: #219C7D;
}
.AnyTagClassName
{
color: #219C7D;
}
</style>
background-color css
<style>
a { background-color: #219C7D; }
a { background-color: rgb(33,156,125); }
div.DivClassName
{
background-color: #219C7D;
}
.BgClassName
{
background-color: #219C7D;
}
</style>
border-color css
<style>
span { border-color: #219C7D; }
span { border-color: rgb(33,156,125); }
td.TdClassName
{
border-color: #219C7D;
}
.TagClassName
{
border-color: #219C7D;
}
</style>