Shades of Jungle Green #32B287
Tints of Jungle Green #32B287
RGB
CMYK
RGB Variations
Color information
#32B287 (or 0x32B287) is known color: Jungle Green. HEX triplet: 32, B2 and 87. RGB value is (50,178,135). Sum of RGB (Red+Green+Blue) = 50+178+135=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #32B287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B287 is #CD4D78. Grayscale: #868686. Windows color (decimal): -13454713 or 8892978. OLE color: 8892978.
HSL color Cylindrical-coordinate representation of color #32B287: hue angle of 159.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B287 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 135 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.30 |
| HSL | 159.84º | 0.56% | 0.45% | - |
| HSV(B) | 159.84º | 0.72% | 0.7% | - |
| XYZ | 21.61 | 34.27 | 28.4 | - |
| YUV | 134.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 135 | 0.72 | 0 | 0.24 | 0.30 | 159.84 | 0.56 | 0.45 |
| Hex | 32 | B2 | 87 | 48 | 0 | 18 | 1E | A0 | 38 | 2D |
| Octal | 62 | 262 | 207 | 110 | 0 | 30 | 36 | 240 | 70 | 55 |
| Binary | 110010 | 10110010 | 10000111 | 1001000 | 0 | 11000 | 11110 | 10100000 | 111000 | 101101 |
Color Harmonies of #32B287
Complementary color
Monochromatic Colors of #32B287
Black with #32B287
Text Example
Text Example
White with #32B287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B287; }
p { color: rgb(50,178,135); }
H1.HeaderClassName
{
color: #32B287;
}
.AnyTagClassName
{
color: #32B287;
}
</style>
background-color css
<style>
a { background-color: #32B287; }
a { background-color: rgb(50,178,135); }
div.DivClassName
{
background-color: #32B287;
}
.BgClassName
{
background-color: #32B287;
}
</style>
border-color css
<style>
span { border-color: #32B287; }
span { border-color: rgb(50,178,135); }
td.TdClassName
{
border-color: #32B287;
}
.TagClassName
{
border-color: #32B287;
}
</style>