Shades of Forest Green #32963C
Tints of Forest Green #32963C
RGB
CMYK
RGB Variations
Color information
#32963C (or 0x32963C) is known color: Forest Green. HEX triplet: 32, 96 and 3C. RGB value is (50,150,60). Sum of RGB (Red+Green+Blue) = 50+150+60=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #32963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32963C is #CD69C3. Grayscale: #6E6E6E. Windows color (decimal): -13461956 or 3970610. OLE color: 3970610.
HSL color Cylindrical-coordinate representation of color #32963C: hue angle of 126º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32963C is Cyan = 0.67, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 60 | - |
| CMYK | 0.67 | 0 | 0.6 | 0.41 |
| HSL | 126º | 0.5% | 0.39% | - |
| HSV(B) | 126º | 0.67% | 0.59% | - |
| XYZ | 13.04 | 22.82 | 7.99 | - |
| YUV | 109.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 60 | 0.67 | 0 | 0.6 | 0.41 | 126 | 0.5 | 0.39 |
| Hex | 32 | 96 | 3C | 43 | 0 | 3C | 29 | 7E | 32 | 27 |
| Octal | 62 | 226 | 74 | 103 | 0 | 74 | 51 | 176 | 62 | 47 |
| Binary | 110010 | 10010110 | 111100 | 1000011 | 0 | 111100 | 101001 | 1111110 | 110010 | 100111 |
Color Harmonies of #32963C
Complementary color
Monochromatic Colors of #32963C
Black with #32963C
Text Example
Text Example
White with #32963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32963C; }
p { color: rgb(50,150,60); }
H1.HeaderClassName
{
color: #32963C;
}
.AnyTagClassName
{
color: #32963C;
}
</style>
background-color css
<style>
a { background-color: #32963C; }
a { background-color: rgb(50,150,60); }
div.DivClassName
{
background-color: #32963C;
}
.BgClassName
{
background-color: #32963C;
}
</style>
border-color css
<style>
span { border-color: #32963C; }
span { border-color: rgb(50,150,60); }
td.TdClassName
{
border-color: #32963C;
}
.TagClassName
{
border-color: #32963C;
}
</style>