Shades of Jungle Green #229D7F
Tints of Jungle Green #229D7F
RGB
CMYK
RGB Variations
Color information
#229D7F (or 0x229D7F) is known color: Jungle Green. HEX triplet: 22, 9D and 7F. RGB value is (34,157,127). Sum of RGB (Red+Green+Blue) = 34+157+127=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #229D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229D7F is #DD6280. Grayscale: #747474. Windows color (decimal): -14508673 or 8363298. OLE color: 8363298.
HSL color Cylindrical-coordinate representation of color #229D7F: hue angle of 165.37º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229D7F is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 157 | 127 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.38 |
| HSL | 165.37º | 0.64% | 0.37% | - |
| HSV(B) | 165.37º | 0.78% | 0.62% | - |
| XYZ | 16.55 | 25.99 | 24.22 | - |
| YUV | 116.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 127 | 0.78 | 0 | 0.19 | 0.38 | 165.37 | 0.64 | 0.37 |
| Hex | 22 | 9D | 7F | 4E | 0 | 13 | 26 | A5 | 40 | 25 |
| Octal | 42 | 235 | 177 | 116 | 0 | 23 | 46 | 245 | 100 | 45 |
| Binary | 100010 | 10011101 | 1111111 | 1001110 | 0 | 10011 | 100110 | 10100101 | 1000000 | 100101 |
Color Harmonies of #229D7F
Complementary color
Monochromatic Colors of #229D7F
Black with #229D7F
Text Example
Text Example
White with #229D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229D7F; }
p { color: rgb(34,157,127); }
H1.HeaderClassName
{
color: #229D7F;
}
.AnyTagClassName
{
color: #229D7F;
}
</style>
background-color css
<style>
a { background-color: #229D7F; }
a { background-color: rgb(34,157,127); }
div.DivClassName
{
background-color: #229D7F;
}
.BgClassName
{
background-color: #229D7F;
}
</style>
border-color css
<style>
span { border-color: #229D7F; }
span { border-color: rgb(34,157,127); }
td.TdClassName
{
border-color: #229D7F;
}
.TagClassName
{
border-color: #229D7F;
}
</style>