Shades of Forest Green #31A00F
Tints of Forest Green #31A00F
RGB
CMYK
RGB Variations
Color information
#31A00F (or 0x31A00F) is known color: Forest Green. HEX triplet: 31, A0 and 0F. RGB value is (49,160,15). Sum of RGB (Red+Green+Blue) = 49+160+15=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #31A00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A00F is #CE5FF0. Grayscale: #6E6E6E. Windows color (decimal): -13524977 or 1024049. OLE color: 1024049.
HSL color Cylindrical-coordinate representation of color #31A00F: hue angle of 105.93º degrees, saturation: 0.83, 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 #31A00F is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 15 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.37 |
| HSL | 105.93º | 0.83% | 0.34% | - |
| HSV(B) | 105.93º | 0.91% | 0.63% | - |
| XYZ | 13.92 | 25.83 | 4.7 | - |
| YUV | 110.28 | 74.23 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 15 | 0.69 | 0 | 0.91 | 0.37 | 105.93 | 0.83 | 0.34 |
| Hex | 31 | A0 | F | 45 | 0 | 5B | 25 | 6A | 53 | 22 |
| Octal | 61 | 240 | 17 | 105 | 0 | 133 | 45 | 152 | 123 | 42 |
| Binary | 110001 | 10100000 | 1111 | 1000101 | 0 | 1011011 | 100101 | 1101010 | 1010011 | 100010 |
Color Harmonies of #31A00F
Complementary color
Monochromatic Colors of #31A00F
Black with #31A00F
Text Example
Text Example
White with #31A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A00F; }
p { color: rgb(49,160,15); }
H1.HeaderClassName
{
color: #31A00F;
}
.AnyTagClassName
{
color: #31A00F;
}
</style>
background-color css
<style>
a { background-color: #31A00F; }
a { background-color: rgb(49,160,15); }
div.DivClassName
{
background-color: #31A00F;
}
.BgClassName
{
background-color: #31A00F;
}
</style>
border-color css
<style>
span { border-color: #31A00F; }
span { border-color: rgb(49,160,15); }
td.TdClassName
{
border-color: #31A00F;
}
.TagClassName
{
border-color: #31A00F;
}
</style>