Shades of Jungle Green #32AA7F
Tints of Jungle Green #32AA7F
RGB
CMYK
RGB Variations
Color information
#32AA7F (or 0x32AA7F) is known color: Jungle Green. HEX triplet: 32, AA and 7F. RGB value is (50,170,127). Sum of RGB (Red+Green+Blue) = 50+170+127=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA7F is #CD5580. Grayscale: #818181. Windows color (decimal): -13456769 or 8366642. OLE color: 8366642.
HSL color Cylindrical-coordinate representation of color #32AA7F: hue angle of 158.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AA7F is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 127 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.33 |
| HSL | 158.5º | 0.55% | 0.43% | - |
| HSV(B) | 158.5º | 0.71% | 0.67% | - |
| XYZ | 19.52 | 30.96 | 25.03 | - |
| YUV | 129.22 | 126.74 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 127 | 0.71 | 0 | 0.25 | 0.33 | 158.5 | 0.55 | 0.43 |
| Hex | 32 | AA | 7F | 47 | 0 | 19 | 21 | 9E | 37 | 2B |
| Octal | 62 | 252 | 177 | 107 | 0 | 31 | 41 | 236 | 67 | 53 |
| Binary | 110010 | 10101010 | 1111111 | 1000111 | 0 | 11001 | 100001 | 10011110 | 110111 | 101011 |
Color Harmonies of #32AA7F
Complementary color
Monochromatic Colors of #32AA7F
Black with #32AA7F
Text Example
Text Example
White with #32AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA7F; }
p { color: rgb(50,170,127); }
H1.HeaderClassName
{
color: #32AA7F;
}
.AnyTagClassName
{
color: #32AA7F;
}
</style>
background-color css
<style>
a { background-color: #32AA7F; }
a { background-color: rgb(50,170,127); }
div.DivClassName
{
background-color: #32AA7F;
}
.BgClassName
{
background-color: #32AA7F;
}
</style>
border-color css
<style>
span { border-color: #32AA7F; }
span { border-color: rgb(50,170,127); }
td.TdClassName
{
border-color: #32AA7F;
}
.TagClassName
{
border-color: #32AA7F;
}
</style>