Shades of Jungle Green #32AF89
Tints of Jungle Green #32AF89
RGB
CMYK
RGB Variations
Color information
#32AF89 (or 0x32AF89) is known color: Jungle Green. HEX triplet: 32, AF and 89. RGB value is (50,175,137). Sum of RGB (Red+Green+Blue) = 50+175+137=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF89 is #CD5076. Grayscale: #858585. Windows color (decimal): -13455479 or 9023282. OLE color: 9023282.
HSL color Cylindrical-coordinate representation of color #32AF89: hue angle of 161.76º 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 #32AF89 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 137 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.31 |
| HSL | 161.76º | 0.56% | 0.44% | - |
| HSV(B) | 161.76º | 0.71% | 0.69% | - |
| XYZ | 21.16 | 33.14 | 28.95 | - |
| YUV | 133.29 | 130.09 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 137 | 0.71 | 0 | 0.22 | 0.31 | 161.76 | 0.56 | 0.44 |
| Hex | 32 | AF | 89 | 47 | 0 | 16 | 1F | A2 | 38 | 2C |
| Octal | 62 | 257 | 211 | 107 | 0 | 26 | 37 | 242 | 70 | 54 |
| Binary | 110010 | 10101111 | 10001001 | 1000111 | 0 | 10110 | 11111 | 10100010 | 111000 | 101100 |
Color Harmonies of #32AF89
Complementary color
Monochromatic Colors of #32AF89
Black with #32AF89
Text Example
Text Example
White with #32AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF89; }
p { color: rgb(50,175,137); }
H1.HeaderClassName
{
color: #32AF89;
}
.AnyTagClassName
{
color: #32AF89;
}
</style>
background-color css
<style>
a { background-color: #32AF89; }
a { background-color: rgb(50,175,137); }
div.DivClassName
{
background-color: #32AF89;
}
.BgClassName
{
background-color: #32AF89;
}
</style>
border-color css
<style>
span { border-color: #32AF89; }
span { border-color: rgb(50,175,137); }
td.TdClassName
{
border-color: #32AF89;
}
.TagClassName
{
border-color: #32AF89;
}
</style>