Shades of Jungle Green #32B286
Tints of Jungle Green #32B286
RGB
CMYK
RGB Variations
Color information
#32B286 (or 0x32B286) is known color: Jungle Green. HEX triplet: 32, B2 and 86. RGB value is (50,178,134). Sum of RGB (Red+Green+Blue) = 50+178+134=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #32B286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B286 is #CD4D79. Grayscale: #868686. Windows color (decimal): -13454714 or 8827442. OLE color: 8827442.
HSL color Cylindrical-coordinate representation of color #32B286: hue angle of 159.38º 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 #32B286 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 134 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.30 |
| HSL | 159.38º | 0.56% | 0.45% | - |
| HSV(B) | 159.38º | 0.72% | 0.7% | - |
| XYZ | 21.54 | 34.24 | 28.03 | - |
| YUV | 134.71 | 127.59 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 134 | 0.72 | 0 | 0.25 | 0.30 | 159.38 | 0.56 | 0.45 |
| Hex | 32 | B2 | 86 | 48 | 0 | 19 | 1E | 9F | 38 | 2D |
| Octal | 62 | 262 | 206 | 110 | 0 | 31 | 36 | 237 | 70 | 55 |
| Binary | 110010 | 10110010 | 10000110 | 1001000 | 0 | 11001 | 11110 | 10011111 | 111000 | 101101 |
Color Harmonies of #32B286
Complementary color
Monochromatic Colors of #32B286
Black with #32B286
Text Example
Text Example
White with #32B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B286; }
p { color: rgb(50,178,134); }
H1.HeaderClassName
{
color: #32B286;
}
.AnyTagClassName
{
color: #32B286;
}
</style>
background-color css
<style>
a { background-color: #32B286; }
a { background-color: rgb(50,178,134); }
div.DivClassName
{
background-color: #32B286;
}
.BgClassName
{
background-color: #32B286;
}
</style>
border-color css
<style>
span { border-color: #32B286; }
span { border-color: rgb(50,178,134); }
td.TdClassName
{
border-color: #32B286;
}
.TagClassName
{
border-color: #32B286;
}
</style>