Shades of Jungle Green #229F74
Tints of Jungle Green #229F74
RGB
CMYK
RGB Variations
Color information
#229F74 (or 0x229F74) is known color: Jungle Green. HEX triplet: 22, 9F and 74. RGB value is (34,159,116). Sum of RGB (Red+Green+Blue) = 34+159+116=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #229F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F74 is #DD608B. Grayscale: #747474. Windows color (decimal): -14508172 or 7642914. OLE color: 7642914.
HSL color Cylindrical-coordinate representation of color #229F74: hue angle of 159.36º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F74 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 116 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.38 |
| HSL | 159.36º | 0.65% | 0.38% | - |
| HSV(B) | 159.36º | 0.79% | 0.62% | - |
| XYZ | 16.21 | 26.4 | 20.76 | - |
| YUV | 116.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 116 | 0.79 | 0 | 0.27 | 0.38 | 159.36 | 0.65 | 0.38 |
| Hex | 22 | 9F | 74 | 4F | 0 | 1B | 26 | 9F | 41 | 26 |
| Octal | 42 | 237 | 164 | 117 | 0 | 33 | 46 | 237 | 101 | 46 |
| Binary | 100010 | 10011111 | 1110100 | 1001111 | 0 | 11011 | 100110 | 10011111 | 1000001 | 100110 |
Color Harmonies of #229F74
Complementary color
Monochromatic Colors of #229F74
Black with #229F74
Text Example
Text Example
White with #229F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F74; }
p { color: rgb(34,159,116); }
H1.HeaderClassName
{
color: #229F74;
}
.AnyTagClassName
{
color: #229F74;
}
</style>
background-color css
<style>
a { background-color: #229F74; }
a { background-color: rgb(34,159,116); }
div.DivClassName
{
background-color: #229F74;
}
.BgClassName
{
background-color: #229F74;
}
</style>
border-color css
<style>
span { border-color: #229F74; }
span { border-color: rgb(34,159,116); }
td.TdClassName
{
border-color: #229F74;
}
.TagClassName
{
border-color: #229F74;
}
</style>