Shades of Forest Green #32953D
Tints of Forest Green #32953D
RGB
CMYK
RGB Variations
Color information
#32953D (or 0x32953D) is known color: Forest Green. HEX triplet: 32, 95 and 3D. RGB value is (50,149,61). Sum of RGB (Red+Green+Blue) = 50+149+61=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #32953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32953D is #CD6AC2. Grayscale: #6D6D6D. Windows color (decimal): -13462211 or 4035890. OLE color: 4035890.
HSL color Cylindrical-coordinate representation of color #32953D: hue angle of 126.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32953D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 61 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.42 |
| HSL | 126.67º | 0.5% | 0.39% | - |
| HSV(B) | 126.67º | 0.66% | 0.58% | - |
| XYZ | 12.91 | 22.51 | 8.08 | - |
| YUV | 109.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 61 | 0.66 | 0 | 0.59 | 0.42 | 126.67 | 0.5 | 0.39 |
| Hex | 32 | 95 | 3D | 42 | 0 | 3B | 2A | 7F | 32 | 27 |
| Octal | 62 | 225 | 75 | 102 | 0 | 73 | 52 | 177 | 62 | 47 |
| Binary | 110010 | 10010101 | 111101 | 1000010 | 0 | 111011 | 101010 | 1111111 | 110010 | 100111 |
Color Harmonies of #32953D
Complementary color
Monochromatic Colors of #32953D
Black with #32953D
Text Example
Text Example
White with #32953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32953D; }
p { color: rgb(50,149,61); }
H1.HeaderClassName
{
color: #32953D;
}
.AnyTagClassName
{
color: #32953D;
}
</style>
background-color css
<style>
a { background-color: #32953D; }
a { background-color: rgb(50,149,61); }
div.DivClassName
{
background-color: #32953D;
}
.BgClassName
{
background-color: #32953D;
}
</style>
border-color css
<style>
span { border-color: #32953D; }
span { border-color: rgb(50,149,61); }
td.TdClassName
{
border-color: #32953D;
}
.TagClassName
{
border-color: #32953D;
}
</style>