Shades of Forest Green #32983A
Tints of Forest Green #32983A
RGB
CMYK
RGB Variations
Color information
#32983A (or 0x32983A) is known color: Forest Green. HEX triplet: 32, 98 and 3A. RGB value is (50,152,58). Sum of RGB (Red+Green+Blue) = 50+152+58=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #32983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32983A is #CD67C5. Grayscale: #6F6F6F. Windows color (decimal): -13461446 or 3840050. OLE color: 3840050.
HSL color Cylindrical-coordinate representation of color #32983A: hue angle of 124.71º 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 #32983A is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 58 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.40 |
| HSL | 124.71º | 0.5% | 0.4% | - |
| HSV(B) | 124.71º | 0.67% | 0.6% | - |
| XYZ | 13.31 | 23.44 | 7.83 | - |
| YUV | 110.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 58 | 0.67 | 0 | 0.62 | 0.40 | 124.71 | 0.5 | 0.4 |
| Hex | 32 | 98 | 3A | 43 | 0 | 3E | 28 | 7D | 32 | 28 |
| Octal | 62 | 230 | 72 | 103 | 0 | 76 | 50 | 175 | 62 | 50 |
| Binary | 110010 | 10011000 | 111010 | 1000011 | 0 | 111110 | 101000 | 1111101 | 110010 | 101000 |
Color Harmonies of #32983A
Complementary color
Monochromatic Colors of #32983A
Black with #32983A
Text Example
Text Example
White with #32983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32983A; }
p { color: rgb(50,152,58); }
H1.HeaderClassName
{
color: #32983A;
}
.AnyTagClassName
{
color: #32983A;
}
</style>
background-color css
<style>
a { background-color: #32983A; }
a { background-color: rgb(50,152,58); }
div.DivClassName
{
background-color: #32983A;
}
.BgClassName
{
background-color: #32983A;
}
</style>
border-color css
<style>
span { border-color: #32983A; }
span { border-color: rgb(50,152,58); }
td.TdClassName
{
border-color: #32983A;
}
.TagClassName
{
border-color: #32983A;
}
</style>