Shades of Jungle Green #32AF7E
Tints of Jungle Green #32AF7E
RGB
CMYK
RGB Variations
Color information
#32AF7E (or 0x32AF7E) is known color: Jungle Green. HEX triplet: 32, AF and 7E. RGB value is (50,175,126). Sum of RGB (Red+Green+Blue) = 50+175+126=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF7E is #CD5081. Grayscale: #848484. Windows color (decimal): -13455490 or 8302386. OLE color: 8302386.
HSL color Cylindrical-coordinate representation of color #32AF7E: hue angle of 156.48º 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 #32AF7E is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 126 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.31 |
| HSL | 156.48º | 0.56% | 0.44% | - |
| HSV(B) | 156.48º | 0.71% | 0.69% | - |
| XYZ | 20.41 | 32.84 | 25 | - |
| YUV | 132.04 | 124.59 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 126 | 0.71 | 0 | 0.28 | 0.31 | 156.48 | 0.56 | 0.44 |
| Hex | 32 | AF | 7E | 47 | 0 | 1C | 1F | 9C | 38 | 2C |
| Octal | 62 | 257 | 176 | 107 | 0 | 34 | 37 | 234 | 70 | 54 |
| Binary | 110010 | 10101111 | 1111110 | 1000111 | 0 | 11100 | 11111 | 10011100 | 111000 | 101100 |
Color Harmonies of #32AF7E
Complementary color
Monochromatic Colors of #32AF7E
Black with #32AF7E
Text Example
Text Example
White with #32AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF7E; }
p { color: rgb(50,175,126); }
H1.HeaderClassName
{
color: #32AF7E;
}
.AnyTagClassName
{
color: #32AF7E;
}
</style>
background-color css
<style>
a { background-color: #32AF7E; }
a { background-color: rgb(50,175,126); }
div.DivClassName
{
background-color: #32AF7E;
}
.BgClassName
{
background-color: #32AF7E;
}
</style>
border-color css
<style>
span { border-color: #32AF7E; }
span { border-color: rgb(50,175,126); }
td.TdClassName
{
border-color: #32AF7E;
}
.TagClassName
{
border-color: #32AF7E;
}
</style>