Shades of Jungle Green #229E7D
Tints of Jungle Green #229E7D
RGB
CMYK
RGB Variations
Color information
#229E7D (or 0x229E7D) is known color: Jungle Green. HEX triplet: 22, 9E and 7D. RGB value is (34,158,125). Sum of RGB (Red+Green+Blue) = 34+158+125=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #229E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E7D is #DD6182. Grayscale: #757575. Windows color (decimal): -14508419 or 8232482. OLE color: 8232482.
HSL color Cylindrical-coordinate representation of color #229E7D: hue angle of 164.03º 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 #229E7D is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 125 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.38 |
| HSL | 164.03º | 0.65% | 0.38% | - |
| HSV(B) | 164.03º | 0.78% | 0.62% | - |
| XYZ | 16.59 | 26.27 | 23.6 | - |
| YUV | 117.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 125 | 0.78 | 0 | 0.21 | 0.38 | 164.03 | 0.65 | 0.38 |
| Hex | 22 | 9E | 7D | 4E | 0 | 15 | 26 | A4 | 41 | 26 |
| Octal | 42 | 236 | 175 | 116 | 0 | 25 | 46 | 244 | 101 | 46 |
| Binary | 100010 | 10011110 | 1111101 | 1001110 | 0 | 10101 | 100110 | 10100100 | 1000001 | 100110 |
Color Harmonies of #229E7D
Complementary color
Monochromatic Colors of #229E7D
Black with #229E7D
Text Example
Text Example
White with #229E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E7D; }
p { color: rgb(34,158,125); }
H1.HeaderClassName
{
color: #229E7D;
}
.AnyTagClassName
{
color: #229E7D;
}
</style>
background-color css
<style>
a { background-color: #229E7D; }
a { background-color: rgb(34,158,125); }
div.DivClassName
{
background-color: #229E7D;
}
.BgClassName
{
background-color: #229E7D;
}
</style>
border-color css
<style>
span { border-color: #229E7D; }
span { border-color: rgb(34,158,125); }
td.TdClassName
{
border-color: #229E7D;
}
.TagClassName
{
border-color: #229E7D;
}
</style>