Shades of Forest Green #31A00E
Tints of Forest Green #31A00E
RGB
CMYK
RGB Variations
Color information
#31A00E (or 0x31A00E) is known color: Forest Green. HEX triplet: 31, A0 and 0E. RGB value is (49,160,14). Sum of RGB (Red+Green+Blue) = 49+160+14=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 160 (62.89% from 255 or 71.75% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 160 - color contains mainly: green. Hex color #31A00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A00E is #CE5FF1. Grayscale: #6E6E6E. Windows color (decimal): -13524978 or 958513. OLE color: 958513.
HSL color Cylindrical-coordinate representation of color #31A00E: hue angle of 105.62º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31A00E is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 14 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.37 |
| HSL | 105.62º | 0.84% | 0.34% | - |
| HSV(B) | 105.62º | 0.91% | 0.63% | - |
| XYZ | 13.92 | 25.83 | 4.67 | - |
| YUV | 110.17 | 73.73 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 14 | 0.69 | 0 | 0.91 | 0.37 | 105.62 | 0.84 | 0.34 |
| Hex | 31 | A0 | E | 45 | 0 | 5B | 25 | 6A | 54 | 22 |
| Octal | 61 | 240 | 16 | 105 | 0 | 133 | 45 | 152 | 124 | 42 |
| Binary | 110001 | 10100000 | 1110 | 1000101 | 0 | 1011011 | 100101 | 1101010 | 1010100 | 100010 |
Color Harmonies of #31A00E
Complementary color
Monochromatic Colors of #31A00E
Black with #31A00E
Text Example
Text Example
White with #31A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A00E; }
p { color: rgb(49,160,14); }
H1.HeaderClassName
{
color: #31A00E;
}
.AnyTagClassName
{
color: #31A00E;
}
</style>
background-color css
<style>
a { background-color: #31A00E; }
a { background-color: rgb(49,160,14); }
div.DivClassName
{
background-color: #31A00E;
}
.BgClassName
{
background-color: #31A00E;
}
</style>
border-color css
<style>
span { border-color: #31A00E; }
span { border-color: rgb(49,160,14); }
td.TdClassName
{
border-color: #31A00E;
}
.TagClassName
{
border-color: #31A00E;
}
</style>