Shades of Jungle Green #32BC8A
Tints of Jungle Green #32BC8A
RGB
CMYK
RGB Variations
Color information
#32BC8A (or 0x32BC8A) is known color: Jungle Green. HEX triplet: 32, BC and 8A. RGB value is (50,188,138). Sum of RGB (Red+Green+Blue) = 50+188+138=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC8A is #CD4375. Grayscale: #8D8D8D. Windows color (decimal): -13452150 or 9092146. OLE color: 9092146.
HSL color Cylindrical-coordinate representation of color #32BC8A: hue angle of 158.26º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC8A is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 138 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.26 |
| HSL | 158.26º | 0.58% | 0.47% | - |
| HSV(B) | 158.26º | 0.73% | 0.74% | - |
| XYZ | 23.89 | 38.48 | 30.21 | - |
| YUV | 141.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 138 | 0.73 | 0 | 0.27 | 0.26 | 158.26 | 0.58 | 0.47 |
| Hex | 32 | BC | 8A | 49 | 0 | 1B | 1A | 9E | 3A | 2F |
| Octal | 62 | 274 | 212 | 111 | 0 | 33 | 32 | 236 | 72 | 57 |
| Binary | 110010 | 10111100 | 10001010 | 1001001 | 0 | 11011 | 11010 | 10011110 | 111010 | 101111 |
Color Harmonies of #32BC8A
Complementary color
Monochromatic Colors of #32BC8A
Black with #32BC8A
Text Example
Text Example
White with #32BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC8A; }
p { color: rgb(50,188,138); }
H1.HeaderClassName
{
color: #32BC8A;
}
.AnyTagClassName
{
color: #32BC8A;
}
</style>
background-color css
<style>
a { background-color: #32BC8A; }
a { background-color: rgb(50,188,138); }
div.DivClassName
{
background-color: #32BC8A;
}
.BgClassName
{
background-color: #32BC8A;
}
</style>
border-color css
<style>
span { border-color: #32BC8A; }
span { border-color: rgb(50,188,138); }
td.TdClassName
{
border-color: #32BC8A;
}
.TagClassName
{
border-color: #32BC8A;
}
</style>