Shades of Jungle Green #22987D
Tints of Jungle Green #22987D
RGB
CMYK
RGB Variations
Color information
#22987D (or 0x22987D) is known color: Jungle Green. HEX triplet: 22, 98 and 7D. RGB value is (34,152,125). Sum of RGB (Red+Green+Blue) = 34+152+125=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #22987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22987D is #DD6782. Grayscale: #717171. Windows color (decimal): -14509955 or 8230946. OLE color: 8230946.
HSL color Cylindrical-coordinate representation of color #22987D: hue angle of 166.27º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22987D is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 125 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.40 |
| HSL | 166.27º | 0.63% | 0.36% | - |
| HSV(B) | 166.27º | 0.78% | 0.6% | - |
| XYZ | 15.59 | 24.28 | 23.27 | - |
| YUV | 113.64 | 134.41 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 125 | 0.78 | 0 | 0.18 | 0.40 | 166.27 | 0.63 | 0.36 |
| Hex | 22 | 98 | 7D | 4E | 0 | 12 | 28 | A6 | 3F | 24 |
| Octal | 42 | 230 | 175 | 116 | 0 | 22 | 50 | 246 | 77 | 44 |
| Binary | 100010 | 10011000 | 1111101 | 1001110 | 0 | 10010 | 101000 | 10100110 | 111111 | 100100 |
Color Harmonies of #22987D
Complementary color
Monochromatic Colors of #22987D
Black with #22987D
Text Example
Text Example
White with #22987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22987D; }
p { color: rgb(34,152,125); }
H1.HeaderClassName
{
color: #22987D;
}
.AnyTagClassName
{
color: #22987D;
}
</style>
background-color css
<style>
a { background-color: #22987D; }
a { background-color: rgb(34,152,125); }
div.DivClassName
{
background-color: #22987D;
}
.BgClassName
{
background-color: #22987D;
}
</style>
border-color css
<style>
span { border-color: #22987D; }
span { border-color: rgb(34,152,125); }
td.TdClassName
{
border-color: #22987D;
}
.TagClassName
{
border-color: #22987D;
}
</style>