Shades of Forest Green #32951F
Tints of Forest Green #32951F
RGB
CMYK
RGB Variations
Color information
#32951F (or 0x32951F) is known color: Forest Green. HEX triplet: 32, 95 and 1F. RGB value is (50,149,31). Sum of RGB (Red+Green+Blue) = 50+149+31=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #32951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32951F is #CD6AE0. Grayscale: #6A6A6A. Windows color (decimal): -13462241 or 2069810. OLE color: 2069810.
HSL color Cylindrical-coordinate representation of color #32951F: hue angle of 110.34º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32951F is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 31 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.42 |
| HSL | 110.34º | 0.66% | 0.35% | - |
| HSV(B) | 110.34º | 0.79% | 0.58% | - |
| XYZ | 12.31 | 22.27 | 4.95 | - |
| YUV | 105.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 31 | 0.66 | 0 | 0.79 | 0.42 | 110.34 | 0.66 | 0.35 |
| Hex | 32 | 95 | 1F | 42 | 0 | 4F | 2A | 6E | 42 | 23 |
| Octal | 62 | 225 | 37 | 102 | 0 | 117 | 52 | 156 | 102 | 43 |
| Binary | 110010 | 10010101 | 11111 | 1000010 | 0 | 1001111 | 101010 | 1101110 | 1000010 | 100011 |
Color Harmonies of #32951F
Complementary color
Monochromatic Colors of #32951F
Black with #32951F
Text Example
Text Example
White with #32951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32951F; }
p { color: rgb(50,149,31); }
H1.HeaderClassName
{
color: #32951F;
}
.AnyTagClassName
{
color: #32951F;
}
</style>
background-color css
<style>
a { background-color: #32951F; }
a { background-color: rgb(50,149,31); }
div.DivClassName
{
background-color: #32951F;
}
.BgClassName
{
background-color: #32951F;
}
</style>
border-color css
<style>
span { border-color: #32951F; }
span { border-color: rgb(50,149,31); }
td.TdClassName
{
border-color: #32951F;
}
.TagClassName
{
border-color: #32951F;
}
</style>