Shades of Jungle Green #229E7E
Tints of Jungle Green #229E7E
RGB
CMYK
RGB Variations
Color information
#229E7E (or 0x229E7E) is known color: Jungle Green. HEX triplet: 22, 9E and 7E. RGB value is (34,158,126). Sum of RGB (Red+Green+Blue) = 34+158+126=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #229E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E7E is #DD6181. Grayscale: #757575. Windows color (decimal): -14508418 or 8298018. OLE color: 8298018.
HSL color Cylindrical-coordinate representation of color #229E7E: hue angle of 164.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229E7E is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 126 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.38 |
| HSL | 164.52º | 0.65% | 0.38% | - |
| HSV(B) | 164.52º | 0.78% | 0.62% | - |
| XYZ | 16.65 | 26.3 | 23.94 | - |
| YUV | 117.28 | 132.92 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 126 | 0.78 | 0 | 0.20 | 0.38 | 164.52 | 0.65 | 0.38 |
| Hex | 22 | 9E | 7E | 4E | 0 | 14 | 26 | A5 | 41 | 26 |
| Octal | 42 | 236 | 176 | 116 | 0 | 24 | 46 | 245 | 101 | 46 |
| Binary | 100010 | 10011110 | 1111110 | 1001110 | 0 | 10100 | 100110 | 10100101 | 1000001 | 100110 |
Color Harmonies of #229E7E
Complementary color
Monochromatic Colors of #229E7E
Black with #229E7E
Text Example
Text Example
White with #229E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E7E; }
p { color: rgb(34,158,126); }
H1.HeaderClassName
{
color: #229E7E;
}
.AnyTagClassName
{
color: #229E7E;
}
</style>
background-color css
<style>
a { background-color: #229E7E; }
a { background-color: rgb(34,158,126); }
div.DivClassName
{
background-color: #229E7E;
}
.BgClassName
{
background-color: #229E7E;
}
</style>
border-color css
<style>
span { border-color: #229E7E; }
span { border-color: rgb(34,158,126); }
td.TdClassName
{
border-color: #229E7E;
}
.TagClassName
{
border-color: #229E7E;
}
</style>