Shades of Jungle Green #229D7B
Tints of Jungle Green #229D7B
RGB
CMYK
RGB Variations
Color information
#229D7B (or 0x229D7B) is known color: Jungle Green. HEX triplet: 22, 9D and 7B. RGB value is (34,157,123). Sum of RGB (Red+Green+Blue) = 34+157+123=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #229D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229D7B is #DD6284. Grayscale: #747474. Windows color (decimal): -14508677 or 8101154. OLE color: 8101154.
HSL color Cylindrical-coordinate representation of color #229D7B: hue angle of 163.41º 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 #229D7B is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 157 | 123 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.38 |
| HSL | 163.41º | 0.64% | 0.37% | - |
| HSV(B) | 163.41º | 0.78% | 0.62% | - |
| XYZ | 16.29 | 25.88 | 22.88 | - |
| YUV | 116.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 123 | 0.78 | 0 | 0.22 | 0.38 | 163.41 | 0.64 | 0.37 |
| Hex | 22 | 9D | 7B | 4E | 0 | 16 | 26 | A3 | 40 | 25 |
| Octal | 42 | 235 | 173 | 116 | 0 | 26 | 46 | 243 | 100 | 45 |
| Binary | 100010 | 10011101 | 1111011 | 1001110 | 0 | 10110 | 100110 | 10100011 | 1000000 | 100101 |
Color Harmonies of #229D7B
Complementary color
Monochromatic Colors of #229D7B
Black with #229D7B
Text Example
Text Example
White with #229D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229D7B; }
p { color: rgb(34,157,123); }
H1.HeaderClassName
{
color: #229D7B;
}
.AnyTagClassName
{
color: #229D7B;
}
</style>
background-color css
<style>
a { background-color: #229D7B; }
a { background-color: rgb(34,157,123); }
div.DivClassName
{
background-color: #229D7B;
}
.BgClassName
{
background-color: #229D7B;
}
</style>
border-color css
<style>
span { border-color: #229D7B; }
span { border-color: rgb(34,157,123); }
td.TdClassName
{
border-color: #229D7B;
}
.TagClassName
{
border-color: #229D7B;
}
</style>