Shades of Forest Green #32A32D
Tints of Forest Green #32A32D
RGB
CMYK
RGB Variations
Color information
#32A32D (or 0x32A32D) is known color: Forest Green. HEX triplet: 32, A3 and 2D. RGB value is (50,163,45). Sum of RGB (Red+Green+Blue) = 50+163+45=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 163 (64.06% from 255 or 63.18% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 163 - color contains mainly: green. Hex color #32A32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A32D is #CD5CD2. Grayscale: #747474. Windows color (decimal): -13458643 or 2990898. OLE color: 2990898.
HSL color Cylindrical-coordinate representation of color #32A32D: hue angle of 117.46º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32A32D is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 163 | 45 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.36 |
| HSL | 117.46º | 0.57% | 0.41% | - |
| HSV(B) | 117.46º | 0.72% | 0.64% | - |
| XYZ | 14.89 | 27.06 | 6.92 | - |
| YUV | 115.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 45 | 0.69 | 0 | 0.72 | 0.36 | 117.46 | 0.57 | 0.41 |
| Hex | 32 | A3 | 2D | 45 | 0 | 48 | 24 | 75 | 39 | 29 |
| Octal | 62 | 243 | 55 | 105 | 0 | 110 | 44 | 165 | 71 | 51 |
| Binary | 110010 | 10100011 | 101101 | 1000101 | 0 | 1001000 | 100100 | 1110101 | 111001 | 101001 |
Color Harmonies of #32A32D
Complementary color
Monochromatic Colors of #32A32D
Black with #32A32D
Text Example
Text Example
White with #32A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A32D; }
p { color: rgb(50,163,45); }
H1.HeaderClassName
{
color: #32A32D;
}
.AnyTagClassName
{
color: #32A32D;
}
</style>
background-color css
<style>
a { background-color: #32A32D; }
a { background-color: rgb(50,163,45); }
div.DivClassName
{
background-color: #32A32D;
}
.BgClassName
{
background-color: #32A32D;
}
</style>
border-color css
<style>
span { border-color: #32A32D; }
span { border-color: rgb(50,163,45); }
td.TdClassName
{
border-color: #32A32D;
}
.TagClassName
{
border-color: #32A32D;
}
</style>