Shades of Jungle Green #32AF87
Tints of Jungle Green #32AF87
RGB
CMYK
RGB Variations
Color information
#32AF87 (or 0x32AF87) is known color: Jungle Green. HEX triplet: 32, AF and 87. RGB value is (50,175,135). Sum of RGB (Red+Green+Blue) = 50+175+135=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF87 is #CD5078. Grayscale: #858585. Windows color (decimal): -13455481 or 8892210. OLE color: 8892210.
HSL color Cylindrical-coordinate representation of color #32AF87: hue angle of 160.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF87 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 135 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.31 |
| HSL | 160.8º | 0.56% | 0.44% | - |
| HSV(B) | 160.8º | 0.71% | 0.69% | - |
| XYZ | 21.02 | 33.09 | 28.2 | - |
| YUV | 133.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 135 | 0.71 | 0 | 0.23 | 0.31 | 160.8 | 0.56 | 0.44 |
| Hex | 32 | AF | 87 | 47 | 0 | 17 | 1F | A1 | 38 | 2C |
| Octal | 62 | 257 | 207 | 107 | 0 | 27 | 37 | 241 | 70 | 54 |
| Binary | 110010 | 10101111 | 10000111 | 1000111 | 0 | 10111 | 11111 | 10100001 | 111000 | 101100 |
Color Harmonies of #32AF87
Complementary color
Monochromatic Colors of #32AF87
Black with #32AF87
Text Example
Text Example
White with #32AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF87; }
p { color: rgb(50,175,135); }
H1.HeaderClassName
{
color: #32AF87;
}
.AnyTagClassName
{
color: #32AF87;
}
</style>
background-color css
<style>
a { background-color: #32AF87; }
a { background-color: rgb(50,175,135); }
div.DivClassName
{
background-color: #32AF87;
}
.BgClassName
{
background-color: #32AF87;
}
</style>
border-color css
<style>
span { border-color: #32AF87; }
span { border-color: rgb(50,175,135); }
td.TdClassName
{
border-color: #32AF87;
}
.TagClassName
{
border-color: #32AF87;
}
</style>