Shades of Timber Green #314931
Tints of Timber Green #314931
RGB
CMYK
RGB Variations
Color information
#314931 (or 0x314931) is known color: Timber Green. HEX triplet: 31, 49 and 31. RGB value is (49,73,49). Sum of RGB (Red+Green+Blue) = 49+73+49=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #314931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314931 is #CEB6CE. Grayscale: #3F3F3F. Windows color (decimal): -13547215 or 3230001. OLE color: 3230001.
HSL color Cylindrical-coordinate representation of color #314931: hue angle of 120º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314931 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 73 | 49 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.71 |
| HSL | 120º | 0.2% | 0.24% | - |
| HSV(B) | 120º | 0.33% | 0.29% | - |
| XYZ | 4.2 | 5.64 | 3.77 | - |
| YUV | 63.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 49 | 0.33 | 0 | 0.33 | 0.71 | 120 | 0.2 | 0.24 |
| Hex | 31 | 49 | 31 | 21 | 0 | 21 | 47 | 78 | 14 | 18 |
| Octal | 61 | 111 | 61 | 41 | 0 | 41 | 107 | 170 | 24 | 30 |
| Binary | 110001 | 1001001 | 110001 | 100001 | 0 | 100001 | 1000111 | 1111000 | 10100 | 11000 |
Color Harmonies of #314931
Complementary color
Monochromatic Colors of #314931
Black with #314931
Text Example
Text Example
White with #314931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314931; }
p { color: rgb(49,73,49); }
H1.HeaderClassName
{
color: #314931;
}
.AnyTagClassName
{
color: #314931;
}
</style>
background-color css
<style>
a { background-color: #314931; }
a { background-color: rgb(49,73,49); }
div.DivClassName
{
background-color: #314931;
}
.BgClassName
{
background-color: #314931;
}
</style>
border-color css
<style>
span { border-color: #314931; }
span { border-color: rgb(49,73,49); }
td.TdClassName
{
border-color: #314931;
}
.TagClassName
{
border-color: #314931;
}
</style>