Shades of Jungle Green #32BC82
Tints of Jungle Green #32BC82
RGB
CMYK
RGB Variations
Color information
#32BC82 (or 0x32BC82) is known color: Jungle Green. HEX triplet: 32, BC and 82. RGB value is (50,188,130). Sum of RGB (Red+Green+Blue) = 50+188+130=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC82 is #CD437D. Grayscale: #8C8C8C. Windows color (decimal): -13452158 or 8567858. OLE color: 8567858.
HSL color Cylindrical-coordinate representation of color #32BC82: hue angle of 154.78º 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 #32BC82 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 130 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.26 |
| HSL | 154.78º | 0.58% | 0.47% | - |
| HSV(B) | 154.78º | 0.73% | 0.74% | - |
| XYZ | 23.33 | 38.26 | 27.27 | - |
| YUV | 140.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 130 | 0.73 | 0 | 0.31 | 0.26 | 154.78 | 0.58 | 0.47 |
| Hex | 32 | BC | 82 | 49 | 0 | 1F | 1A | 9B | 3A | 2F |
| Octal | 62 | 274 | 202 | 111 | 0 | 37 | 32 | 233 | 72 | 57 |
| Binary | 110010 | 10111100 | 10000010 | 1001001 | 0 | 11111 | 11010 | 10011011 | 111010 | 101111 |
Color Harmonies of #32BC82
Complementary color
Monochromatic Colors of #32BC82
Black with #32BC82
Text Example
Text Example
White with #32BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC82; }
p { color: rgb(50,188,130); }
H1.HeaderClassName
{
color: #32BC82;
}
.AnyTagClassName
{
color: #32BC82;
}
</style>
background-color css
<style>
a { background-color: #32BC82; }
a { background-color: rgb(50,188,130); }
div.DivClassName
{
background-color: #32BC82;
}
.BgClassName
{
background-color: #32BC82;
}
</style>
border-color css
<style>
span { border-color: #32BC82; }
span { border-color: rgb(50,188,130); }
td.TdClassName
{
border-color: #32BC82;
}
.TagClassName
{
border-color: #32BC82;
}
</style>