Shades of Jungle Green #229E7B
Tints of Jungle Green #229E7B
RGB
CMYK
RGB Variations
Color information
#229E7B (or 0x229E7B) is known color: Jungle Green. HEX triplet: 22, 9E and 7B. RGB value is (34,158,123). Sum of RGB (Red+Green+Blue) = 34+158+123=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #229E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E7B is #DD6184. Grayscale: #747474. Windows color (decimal): -14508421 or 8101410. OLE color: 8101410.
HSL color Cylindrical-coordinate representation of color #229E7B: hue angle of 163.06º 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 #229E7B is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 123 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.38 |
| HSL | 163.06º | 0.65% | 0.38% | - |
| HSV(B) | 163.06º | 0.78% | 0.62% | - |
| XYZ | 16.46 | 26.22 | 22.93 | - |
| YUV | 116.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 123 | 0.78 | 0 | 0.22 | 0.38 | 163.06 | 0.65 | 0.38 |
| Hex | 22 | 9E | 7B | 4E | 0 | 16 | 26 | A3 | 41 | 26 |
| Octal | 42 | 236 | 173 | 116 | 0 | 26 | 46 | 243 | 101 | 46 |
| Binary | 100010 | 10011110 | 1111011 | 1001110 | 0 | 10110 | 100110 | 10100011 | 1000001 | 100110 |
Color Harmonies of #229E7B
Complementary color
Monochromatic Colors of #229E7B
Black with #229E7B
Text Example
Text Example
White with #229E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E7B; }
p { color: rgb(34,158,123); }
H1.HeaderClassName
{
color: #229E7B;
}
.AnyTagClassName
{
color: #229E7B;
}
</style>
background-color css
<style>
a { background-color: #229E7B; }
a { background-color: rgb(34,158,123); }
div.DivClassName
{
background-color: #229E7B;
}
.BgClassName
{
background-color: #229E7B;
}
</style>
border-color css
<style>
span { border-color: #229E7B; }
span { border-color: rgb(34,158,123); }
td.TdClassName
{
border-color: #229E7B;
}
.TagClassName
{
border-color: #229E7B;
}
</style>