Shades of Jungle Green #229A7D
Tints of Jungle Green #229A7D
RGB
CMYK
RGB Variations
Color information
#229A7D (or 0x229A7D) is known color: Jungle Green. HEX triplet: 22, 9A and 7D. RGB value is (34,154,125). Sum of RGB (Red+Green+Blue) = 34+154+125=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #229A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229A7D is #DD6582. Grayscale: #727272. Windows color (decimal): -14509443 or 8231458. OLE color: 8231458.
HSL color Cylindrical-coordinate representation of color #229A7D: hue angle of 165.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229A7D is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 154 | 125 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.40 |
| HSL | 165.5º | 0.64% | 0.37% | - |
| HSV(B) | 165.5º | 0.78% | 0.6% | - |
| XYZ | 15.92 | 24.93 | 23.38 | - |
| YUV | 114.81 | 133.74 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 125 | 0.78 | 0 | 0.19 | 0.40 | 165.5 | 0.64 | 0.37 |
| Hex | 22 | 9A | 7D | 4E | 0 | 13 | 28 | A6 | 40 | 25 |
| Octal | 42 | 232 | 175 | 116 | 0 | 23 | 50 | 246 | 100 | 45 |
| Binary | 100010 | 10011010 | 1111101 | 1001110 | 0 | 10011 | 101000 | 10100110 | 1000000 | 100101 |
Color Harmonies of #229A7D
Complementary color
Monochromatic Colors of #229A7D
Black with #229A7D
Text Example
Text Example
White with #229A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229A7D; }
p { color: rgb(34,154,125); }
H1.HeaderClassName
{
color: #229A7D;
}
.AnyTagClassName
{
color: #229A7D;
}
</style>
background-color css
<style>
a { background-color: #229A7D; }
a { background-color: rgb(34,154,125); }
div.DivClassName
{
background-color: #229A7D;
}
.BgClassName
{
background-color: #229A7D;
}
</style>
border-color css
<style>
span { border-color: #229A7D; }
span { border-color: rgb(34,154,125); }
td.TdClassName
{
border-color: #229A7D;
}
.TagClassName
{
border-color: #229A7D;
}
</style>