Shades of Jungle Green #32B28D
Tints of Jungle Green #32B28D
RGB
CMYK
RGB Variations
Color information
#32B28D (or 0x32B28D) is known color: Jungle Green. HEX triplet: 32, B2 and 8D. RGB value is (50,178,141). Sum of RGB (Red+Green+Blue) = 50+178+141=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #32B28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B28D is #CD4D72. Grayscale: #878787. Windows color (decimal): -13454707 or 9286194. OLE color: 9286194.
HSL color Cylindrical-coordinate representation of color #32B28D: hue angle of 162.66º 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 #32B28D is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 141 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.30 |
| HSL | 162.66º | 0.56% | 0.45% | - |
| HSV(B) | 162.66º | 0.72% | 0.7% | - |
| XYZ | 22.04 | 34.44 | 30.69 | - |
| YUV | 135.51 | 131.09 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 141 | 0.72 | 0 | 0.21 | 0.30 | 162.66 | 0.56 | 0.45 |
| Hex | 32 | B2 | 8D | 48 | 0 | 15 | 1E | A3 | 38 | 2D |
| Octal | 62 | 262 | 215 | 110 | 0 | 25 | 36 | 243 | 70 | 55 |
| Binary | 110010 | 10110010 | 10001101 | 1001000 | 0 | 10101 | 11110 | 10100011 | 111000 | 101101 |
Color Harmonies of #32B28D
Complementary color
Monochromatic Colors of #32B28D
Black with #32B28D
Text Example
Text Example
White with #32B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B28D; }
p { color: rgb(50,178,141); }
H1.HeaderClassName
{
color: #32B28D;
}
.AnyTagClassName
{
color: #32B28D;
}
</style>
background-color css
<style>
a { background-color: #32B28D; }
a { background-color: rgb(50,178,141); }
div.DivClassName
{
background-color: #32B28D;
}
.BgClassName
{
background-color: #32B28D;
}
</style>
border-color css
<style>
span { border-color: #32B28D; }
span { border-color: rgb(50,178,141); }
td.TdClassName
{
border-color: #32B28D;
}
.TagClassName
{
border-color: #32B28D;
}
</style>