Shades of Jungle Green #32BC8B
Tints of Jungle Green #32BC8B
RGB
CMYK
RGB Variations
Color information
#32BC8B (or 0x32BC8B) is known color: Jungle Green. HEX triplet: 32, BC and 8B. RGB value is (50,188,139). Sum of RGB (Red+Green+Blue) = 50+188+139=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC8B is #CD4374. Grayscale: #8D8D8D. Windows color (decimal): -13452149 or 9157682. OLE color: 9157682.
HSL color Cylindrical-coordinate representation of color #32BC8B: hue angle of 158.7º 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 #32BC8B is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 139 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.26 |
| HSL | 158.7º | 0.58% | 0.47% | - |
| HSV(B) | 158.7º | 0.73% | 0.74% | - |
| XYZ | 23.96 | 38.51 | 30.6 | - |
| YUV | 141.15 | 126.78 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 139 | 0.73 | 0 | 0.26 | 0.26 | 158.7 | 0.58 | 0.47 |
| Hex | 32 | BC | 8B | 49 | 0 | 1A | 1A | 9F | 3A | 2F |
| Octal | 62 | 274 | 213 | 111 | 0 | 32 | 32 | 237 | 72 | 57 |
| Binary | 110010 | 10111100 | 10001011 | 1001001 | 0 | 11010 | 11010 | 10011111 | 111010 | 101111 |
Color Harmonies of #32BC8B
Complementary color
Monochromatic Colors of #32BC8B
Black with #32BC8B
Text Example
Text Example
White with #32BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC8B; }
p { color: rgb(50,188,139); }
H1.HeaderClassName
{
color: #32BC8B;
}
.AnyTagClassName
{
color: #32BC8B;
}
</style>
background-color css
<style>
a { background-color: #32BC8B; }
a { background-color: rgb(50,188,139); }
div.DivClassName
{
background-color: #32BC8B;
}
.BgClassName
{
background-color: #32BC8B;
}
</style>
border-color css
<style>
span { border-color: #32BC8B; }
span { border-color: rgb(50,188,139); }
td.TdClassName
{
border-color: #32BC8B;
}
.TagClassName
{
border-color: #32BC8B;
}
</style>