Shades of Forest Green #32983B
Tints of Forest Green #32983B
RGB
CMYK
RGB Variations
Color information
#32983B (or 0x32983B) is known color: Forest Green. HEX triplet: 32, 98 and 3B. RGB value is (50,152,59). Sum of RGB (Red+Green+Blue) = 50+152+59=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #32983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32983B is #CD67C4. Grayscale: #6F6F6F. Windows color (decimal): -13461445 or 3905586. OLE color: 3905586.
HSL color Cylindrical-coordinate representation of color #32983B: hue angle of 125.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32983B is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 59 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.40 |
| HSL | 125.29º | 0.5% | 0.4% | - |
| HSV(B) | 125.29º | 0.67% | 0.6% | - |
| XYZ | 13.33 | 23.45 | 7.96 | - |
| YUV | 110.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 59 | 0.67 | 0 | 0.61 | 0.40 | 125.29 | 0.5 | 0.4 |
| Hex | 32 | 98 | 3B | 43 | 0 | 3D | 28 | 7D | 32 | 28 |
| Octal | 62 | 230 | 73 | 103 | 0 | 75 | 50 | 175 | 62 | 50 |
| Binary | 110010 | 10011000 | 111011 | 1000011 | 0 | 111101 | 101000 | 1111101 | 110010 | 101000 |
Color Harmonies of #32983B
Complementary color
Monochromatic Colors of #32983B
Black with #32983B
Text Example
Text Example
White with #32983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32983B; }
p { color: rgb(50,152,59); }
H1.HeaderClassName
{
color: #32983B;
}
.AnyTagClassName
{
color: #32983B;
}
</style>
background-color css
<style>
a { background-color: #32983B; }
a { background-color: rgb(50,152,59); }
div.DivClassName
{
background-color: #32983B;
}
.BgClassName
{
background-color: #32983B;
}
</style>
border-color css
<style>
span { border-color: #32983B; }
span { border-color: rgb(50,152,59); }
td.TdClassName
{
border-color: #32983B;
}
.TagClassName
{
border-color: #32983B;
}
</style>