Shades of Forest Green #32912D
Tints of Forest Green #32912D
RGB
CMYK
RGB Variations
Color information
#32912D (or 0x32912D) is known color: Forest Green. HEX triplet: 32, 91 and 2D. RGB value is (50,145,45). Sum of RGB (Red+Green+Blue) = 50+145+45=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #32912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32912D is #CD6ED2. Grayscale: #696969. Windows color (decimal): -13463251 or 2986290. OLE color: 2986290.
HSL color Cylindrical-coordinate representation of color #32912D: hue angle of 117º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32912D is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 145 | 45 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.43 |
| HSL | 117º | 0.53% | 0.37% | - |
| HSV(B) | 117º | 0.69% | 0.57% | - |
| XYZ | 11.91 | 21.12 | 5.93 | - |
| YUV | 105.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 45 | 0.66 | 0 | 0.69 | 0.43 | 117 | 0.53 | 0.37 |
| Hex | 32 | 91 | 2D | 42 | 0 | 45 | 2B | 75 | 35 | 25 |
| Octal | 62 | 221 | 55 | 102 | 0 | 105 | 53 | 165 | 65 | 45 |
| Binary | 110010 | 10010001 | 101101 | 1000010 | 0 | 1000101 | 101011 | 1110101 | 110101 | 100101 |
Color Harmonies of #32912D
Complementary color
Monochromatic Colors of #32912D
Black with #32912D
Text Example
Text Example
White with #32912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32912D; }
p { color: rgb(50,145,45); }
H1.HeaderClassName
{
color: #32912D;
}
.AnyTagClassName
{
color: #32912D;
}
</style>
background-color css
<style>
a { background-color: #32912D; }
a { background-color: rgb(50,145,45); }
div.DivClassName
{
background-color: #32912D;
}
.BgClassName
{
background-color: #32912D;
}
</style>
border-color css
<style>
span { border-color: #32912D; }
span { border-color: rgb(50,145,45); }
td.TdClassName
{
border-color: #32912D;
}
.TagClassName
{
border-color: #32912D;
}
</style>