Shades of Forest Green #319124
Tints of Forest Green #319124
RGB
CMYK
RGB Variations
Color information
#319124 (or 0x319124) is known color: Forest Green. HEX triplet: 31, 91 and 24. RGB value is (49,145,36). Sum of RGB (Red+Green+Blue) = 49+145+36=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #319124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319124 is #CE6EDB. Grayscale: #686868. Windows color (decimal): -13528796 or 2396465. OLE color: 2396465.
HSL color Cylindrical-coordinate representation of color #319124: hue angle of 112.84º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319124 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 36 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.43 |
| HSL | 112.84º | 0.6% | 0.35% | - |
| HSV(B) | 112.84º | 0.75% | 0.57% | - |
| XYZ | 11.71 | 21.03 | 5.11 | - |
| YUV | 103.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 36 | 0.66 | 0 | 0.75 | 0.43 | 112.84 | 0.6 | 0.35 |
| Hex | 31 | 91 | 24 | 42 | 0 | 4B | 2B | 71 | 3C | 23 |
| Octal | 61 | 221 | 44 | 102 | 0 | 113 | 53 | 161 | 74 | 43 |
| Binary | 110001 | 10010001 | 100100 | 1000010 | 0 | 1001011 | 101011 | 1110001 | 111100 | 100011 |
Color Harmonies of #319124
Complementary color
Monochromatic Colors of #319124
Black with #319124
Text Example
Text Example
White with #319124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319124; }
p { color: rgb(49,145,36); }
H1.HeaderClassName
{
color: #319124;
}
.AnyTagClassName
{
color: #319124;
}
</style>
background-color css
<style>
a { background-color: #319124; }
a { background-color: rgb(49,145,36); }
div.DivClassName
{
background-color: #319124;
}
.BgClassName
{
background-color: #319124;
}
</style>
border-color css
<style>
span { border-color: #319124; }
span { border-color: rgb(49,145,36); }
td.TdClassName
{
border-color: #319124;
}
.TagClassName
{
border-color: #319124;
}
</style>