Shades of Forest Green #32A31E
Tints of Forest Green #32A31E
RGB
CMYK
RGB Variations
Color information
#32A31E (or 0x32A31E) is known color: Forest Green. HEX triplet: 32, A3 and 1E. RGB value is (50,163,30). Sum of RGB (Red+Green+Blue) = 50+163+30=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 163 (64.06% from 255 or 67.08% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 163 - color contains mainly: green. Hex color #32A31E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A31E is #CD5CE1. Grayscale: #727272. Windows color (decimal): -13458658 or 2007858. OLE color: 2007858.
HSL color Cylindrical-coordinate representation of color #32A31E: hue angle of 110.98º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32A31E is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 163 | 30 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.36 |
| HSL | 110.98º | 0.69% | 0.38% | - |
| HSV(B) | 110.98º | 0.82% | 0.64% | - |
| XYZ | 14.65 | 26.97 | 5.66 | - |
| YUV | 114.05 | 80.56 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 30 | 0.69 | 0 | 0.82 | 0.36 | 110.98 | 0.69 | 0.38 |
| Hex | 32 | A3 | 1E | 45 | 0 | 52 | 24 | 6F | 45 | 26 |
| Octal | 62 | 243 | 36 | 105 | 0 | 122 | 44 | 157 | 105 | 46 |
| Binary | 110010 | 10100011 | 11110 | 1000101 | 0 | 1010010 | 100100 | 1101111 | 1000101 | 100110 |
Color Harmonies of #32A31E
Complementary color
Monochromatic Colors of #32A31E
Black with #32A31E
Text Example
Text Example
White with #32A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A31E; }
p { color: rgb(50,163,30); }
H1.HeaderClassName
{
color: #32A31E;
}
.AnyTagClassName
{
color: #32A31E;
}
</style>
background-color css
<style>
a { background-color: #32A31E; }
a { background-color: rgb(50,163,30); }
div.DivClassName
{
background-color: #32A31E;
}
.BgClassName
{
background-color: #32A31E;
}
</style>
border-color css
<style>
span { border-color: #32A31E; }
span { border-color: rgb(50,163,30); }
td.TdClassName
{
border-color: #32A31E;
}
.TagClassName
{
border-color: #32A31E;
}
</style>