Shades of Jungle Green #32B08B
Tints of Jungle Green #32B08B
RGB
CMYK
RGB Variations
Color information
#32B08B (or 0x32B08B) is known color: Jungle Green. HEX triplet: 32, B0 and 8B. RGB value is (50,176,139). Sum of RGB (Red+Green+Blue) = 50+176+139=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #32B08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B08B is #CD4F74. Grayscale: #868686. Windows color (decimal): -13455221 or 9154610. OLE color: 9154610.
HSL color Cylindrical-coordinate representation of color #32B08B: hue angle of 162.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B08B is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 139 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.31 |
| HSL | 162.38º | 0.56% | 0.44% | - |
| HSV(B) | 162.38º | 0.72% | 0.69% | - |
| XYZ | 21.5 | 33.59 | 29.78 | - |
| YUV | 134.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 139 | 0.72 | 0 | 0.21 | 0.31 | 162.38 | 0.56 | 0.44 |
| Hex | 32 | B0 | 8B | 48 | 0 | 15 | 1F | A2 | 38 | 2C |
| Octal | 62 | 260 | 213 | 110 | 0 | 25 | 37 | 242 | 70 | 54 |
| Binary | 110010 | 10110000 | 10001011 | 1001000 | 0 | 10101 | 11111 | 10100010 | 111000 | 101100 |
Color Harmonies of #32B08B
Complementary color
Monochromatic Colors of #32B08B
Black with #32B08B
Text Example
Text Example
White with #32B08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B08B; }
p { color: rgb(50,176,139); }
H1.HeaderClassName
{
color: #32B08B;
}
.AnyTagClassName
{
color: #32B08B;
}
</style>
background-color css
<style>
a { background-color: #32B08B; }
a { background-color: rgb(50,176,139); }
div.DivClassName
{
background-color: #32B08B;
}
.BgClassName
{
background-color: #32B08B;
}
</style>
border-color css
<style>
span { border-color: #32B08B; }
span { border-color: rgb(50,176,139); }
td.TdClassName
{
border-color: #32B08B;
}
.TagClassName
{
border-color: #32B08B;
}
</style>