Shades of Jungle Green #32B48D
Tints of Jungle Green #32B48D
RGB
CMYK
RGB Variations
Color information
#32B48D (or 0x32B48D) is known color: Jungle Green. HEX triplet: 32, B4 and 8D. RGB value is (50,180,141). Sum of RGB (Red+Green+Blue) = 50+180+141=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #32B48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B48D is #CD4B72. Grayscale: #888888. Windows color (decimal): -13454195 or 9286706. OLE color: 9286706.
HSL color Cylindrical-coordinate representation of color #32B48D: hue angle of 162º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B48D is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 141 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.29 |
| HSL | 162º | 0.57% | 0.45% | - |
| HSV(B) | 162º | 0.72% | 0.71% | - |
| XYZ | 22.44 | 35.24 | 30.82 | - |
| YUV | 136.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 141 | 0.72 | 0 | 0.22 | 0.29 | 162 | 0.57 | 0.45 |
| Hex | 32 | B4 | 8D | 48 | 0 | 16 | 1D | A2 | 39 | 2D |
| Octal | 62 | 264 | 215 | 110 | 0 | 26 | 35 | 242 | 71 | 55 |
| Binary | 110010 | 10110100 | 10001101 | 1001000 | 0 | 10110 | 11101 | 10100010 | 111001 | 101101 |
Color Harmonies of #32B48D
Complementary color
Monochromatic Colors of #32B48D
Black with #32B48D
Text Example
Text Example
White with #32B48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B48D; }
p { color: rgb(50,180,141); }
H1.HeaderClassName
{
color: #32B48D;
}
.AnyTagClassName
{
color: #32B48D;
}
</style>
background-color css
<style>
a { background-color: #32B48D; }
a { background-color: rgb(50,180,141); }
div.DivClassName
{
background-color: #32B48D;
}
.BgClassName
{
background-color: #32B48D;
}
</style>
border-color css
<style>
span { border-color: #32B48D; }
span { border-color: rgb(50,180,141); }
td.TdClassName
{
border-color: #32B48D;
}
.TagClassName
{
border-color: #32B48D;
}
</style>