Shades of Jungle Green #22A67F
Tints of Jungle Green #22A67F
RGB
CMYK
RGB Variations
Color information
#22A67F (or 0x22A67F) is known color: Jungle Green. HEX triplet: 22, A6 and 7F. RGB value is (34,166,127). Sum of RGB (Red+Green+Blue) = 34+166+127=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #22A67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A67F is #DD5980. Grayscale: #7A7A7A. Windows color (decimal): -14506369 or 8365602. OLE color: 8365602.
HSL color Cylindrical-coordinate representation of color #22A67F: hue angle of 162.27º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22A67F is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 166 | 127 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.35 |
| HSL | 162.27º | 0.66% | 0.39% | - |
| HSV(B) | 162.27º | 0.8% | 0.65% | - |
| XYZ | 18.13 | 29.14 | 24.75 | - |
| YUV | 122.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 166 | 127 | 0.80 | 0 | 0.23 | 0.35 | 162.27 | 0.66 | 0.39 |
| Hex | 22 | A6 | 7F | 50 | 0 | 17 | 23 | A2 | 42 | 27 |
| Octal | 42 | 246 | 177 | 120 | 0 | 27 | 43 | 242 | 102 | 47 |
| Binary | 100010 | 10100110 | 1111111 | 1010000 | 0 | 10111 | 100011 | 10100010 | 1000010 | 100111 |
Color Harmonies of #22A67F
Complementary color
Monochromatic Colors of #22A67F
Black with #22A67F
Text Example
Text Example
White with #22A67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A67F; }
p { color: rgb(34,166,127); }
H1.HeaderClassName
{
color: #22A67F;
}
.AnyTagClassName
{
color: #22A67F;
}
</style>
background-color css
<style>
a { background-color: #22A67F; }
a { background-color: rgb(34,166,127); }
div.DivClassName
{
background-color: #22A67F;
}
.BgClassName
{
background-color: #22A67F;
}
</style>
border-color css
<style>
span { border-color: #22A67F; }
span { border-color: rgb(34,166,127); }
td.TdClassName
{
border-color: #22A67F;
}
.TagClassName
{
border-color: #22A67F;
}
</style>