Shades of Forest Green #319127
Tints of Forest Green #319127
RGB
CMYK
RGB Variations
Color information
#319127 (or 0x319127) is known color: Forest Green. HEX triplet: 31, 91 and 27. RGB value is (49,145,39). Sum of RGB (Red+Green+Blue) = 49+145+39=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #319127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319127 is #CE6ED8. Grayscale: #686868. Windows color (decimal): -13528793 or 2593073. OLE color: 2593073.
HSL color Cylindrical-coordinate representation of color #319127: hue angle of 114.34º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #319127 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 39 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.43 |
| HSL | 114.34º | 0.58% | 0.36% | - |
| HSV(B) | 114.34º | 0.73% | 0.57% | - |
| XYZ | 11.76 | 21.05 | 5.36 | - |
| YUV | 104.21 | 91.2 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 39 | 0.66 | 0 | 0.73 | 0.43 | 114.34 | 0.58 | 0.36 |
| Hex | 31 | 91 | 27 | 42 | 0 | 49 | 2B | 72 | 3A | 24 |
| Octal | 61 | 221 | 47 | 102 | 0 | 111 | 53 | 162 | 72 | 44 |
| Binary | 110001 | 10010001 | 100111 | 1000010 | 0 | 1001001 | 101011 | 1110010 | 111010 | 100100 |
Color Harmonies of #319127
Complementary color
Monochromatic Colors of #319127
Black with #319127
Text Example
Text Example
White with #319127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319127; }
p { color: rgb(49,145,39); }
H1.HeaderClassName
{
color: #319127;
}
.AnyTagClassName
{
color: #319127;
}
</style>
background-color css
<style>
a { background-color: #319127; }
a { background-color: rgb(49,145,39); }
div.DivClassName
{
background-color: #319127;
}
.BgClassName
{
background-color: #319127;
}
</style>
border-color css
<style>
span { border-color: #319127; }
span { border-color: rgb(49,145,39); }
td.TdClassName
{
border-color: #319127;
}
.TagClassName
{
border-color: #319127;
}
</style>