Shades of Forest Green #32962B
Tints of Forest Green #32962B
RGB
CMYK
RGB Variations
Color information
#32962B (or 0x32962B) is known color: Forest Green. HEX triplet: 32, 96 and 2B. RGB value is (50,150,43). Sum of RGB (Red+Green+Blue) = 50+150+43=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #32962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32962B is #CD69D4. Grayscale: #6C6C6C. Windows color (decimal): -13461973 or 2856498. OLE color: 2856498.
HSL color Cylindrical-coordinate representation of color #32962B: hue angle of 116.07º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32962B is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 43 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.41 |
| HSL | 116.07º | 0.55% | 0.38% | - |
| HSV(B) | 116.07º | 0.71% | 0.59% | - |
| XYZ | 12.66 | 22.67 | 5.99 | - |
| YUV | 107.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 43 | 0.67 | 0 | 0.71 | 0.41 | 116.07 | 0.55 | 0.38 |
| Hex | 32 | 96 | 2B | 43 | 0 | 47 | 29 | 74 | 37 | 26 |
| Octal | 62 | 226 | 53 | 103 | 0 | 107 | 51 | 164 | 67 | 46 |
| Binary | 110010 | 10010110 | 101011 | 1000011 | 0 | 1000111 | 101001 | 1110100 | 110111 | 100110 |
Color Harmonies of #32962B
Complementary color
Monochromatic Colors of #32962B
Black with #32962B
Text Example
Text Example
White with #32962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32962B; }
p { color: rgb(50,150,43); }
H1.HeaderClassName
{
color: #32962B;
}
.AnyTagClassName
{
color: #32962B;
}
</style>
background-color css
<style>
a { background-color: #32962B; }
a { background-color: rgb(50,150,43); }
div.DivClassName
{
background-color: #32962B;
}
.BgClassName
{
background-color: #32962B;
}
</style>
border-color css
<style>
span { border-color: #32962B; }
span { border-color: rgb(50,150,43); }
td.TdClassName
{
border-color: #32962B;
}
.TagClassName
{
border-color: #32962B;
}
</style>