Shades of Jungle Green #22A274
Tints of Jungle Green #22A274
RGB
CMYK
RGB Variations
Color information
#22A274 (or 0x22A274) is known color: Jungle Green. HEX triplet: 22, A2 and 74. RGB value is (34,162,116). Sum of RGB (Red+Green+Blue) = 34+162+116=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #22A274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A274 is #DD5D8B. Grayscale: #767676. Windows color (decimal): -14507404 or 7643682. OLE color: 7643682.
HSL color Cylindrical-coordinate representation of color #22A274: hue angle of 158.44º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A274 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 162 | 116 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.36 |
| HSL | 158.44º | 0.65% | 0.38% | - |
| HSV(B) | 158.44º | 0.79% | 0.64% | - |
| XYZ | 16.73 | 27.44 | 20.94 | - |
| YUV | 118.48 | 126.59 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 162 | 116 | 0.79 | 0 | 0.28 | 0.36 | 158.44 | 0.65 | 0.38 |
| Hex | 22 | A2 | 74 | 4F | 0 | 1C | 24 | 9E | 41 | 26 |
| Octal | 42 | 242 | 164 | 117 | 0 | 34 | 44 | 236 | 101 | 46 |
| Binary | 100010 | 10100010 | 1110100 | 1001111 | 0 | 11100 | 100100 | 10011110 | 1000001 | 100110 |
Color Harmonies of #22A274
Complementary color
Monochromatic Colors of #22A274
Black with #22A274
Text Example
Text Example
White with #22A274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A274; }
p { color: rgb(34,162,116); }
H1.HeaderClassName
{
color: #22A274;
}
.AnyTagClassName
{
color: #22A274;
}
</style>
background-color css
<style>
a { background-color: #22A274; }
a { background-color: rgb(34,162,116); }
div.DivClassName
{
background-color: #22A274;
}
.BgClassName
{
background-color: #22A274;
}
</style>
border-color css
<style>
span { border-color: #22A274; }
span { border-color: rgb(34,162,116); }
td.TdClassName
{
border-color: #22A274;
}
.TagClassName
{
border-color: #22A274;
}
</style>