Shades of Forest Green #319632
Tints of Forest Green #319632
RGB
CMYK
RGB Variations
Color information
#319632 (or 0x319632) is known color: Forest Green. HEX triplet: 31, 96 and 32. RGB value is (49,150,50). Sum of RGB (Red+Green+Blue) = 49+150+50=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #319632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319632 is #CE69CD. Grayscale: #6C6C6C. Windows color (decimal): -13527502 or 3315249. OLE color: 3315249.
HSL color Cylindrical-coordinate representation of color #319632: hue angle of 120.59º degrees, saturation: 0.51, 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 #319632 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 50 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.41 |
| HSL | 120.59º | 0.51% | 0.39% | - |
| HSV(B) | 120.59º | 0.67% | 0.59% | - |
| XYZ | 12.75 | 22.7 | 6.73 | - |
| YUV | 108.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 50 | 0.67 | 0 | 0.67 | 0.41 | 120.59 | 0.51 | 0.39 |
| Hex | 31 | 96 | 32 | 43 | 0 | 43 | 29 | 79 | 33 | 27 |
| Octal | 61 | 226 | 62 | 103 | 0 | 103 | 51 | 171 | 63 | 47 |
| Binary | 110001 | 10010110 | 110010 | 1000011 | 0 | 1000011 | 101001 | 1111001 | 110011 | 100111 |
Color Harmonies of #319632
Complementary color
Monochromatic Colors of #319632
Black with #319632
Text Example
Text Example
White with #319632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319632; }
p { color: rgb(49,150,50); }
H1.HeaderClassName
{
color: #319632;
}
.AnyTagClassName
{
color: #319632;
}
</style>
background-color css
<style>
a { background-color: #319632; }
a { background-color: rgb(49,150,50); }
div.DivClassName
{
background-color: #319632;
}
.BgClassName
{
background-color: #319632;
}
</style>
border-color css
<style>
span { border-color: #319632; }
span { border-color: rgb(49,150,50); }
td.TdClassName
{
border-color: #319632;
}
.TagClassName
{
border-color: #319632;
}
</style>