Shades of Timber Green #313E33
Tints of Timber Green #313E33
RGB
CMYK
RGB Variations
Color information
#313E33 (or 0x313E33) is known color: Timber Green. HEX triplet: 31, 3E and 33. RGB value is (49,62,51). Sum of RGB (Red+Green+Blue) = 49+62+51=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 62 - color contains mainly: green. Hex color #313E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E33 is #CEC1CC. Grayscale: #383838. Windows color (decimal): -13550029 or 3358257. OLE color: 3358257.
HSL color Cylindrical-coordinate representation of color #313E33: hue angle of 129.23º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #313E33 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 51 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.76 |
| HSL | 129.23º | 0.12% | 0.22% | - |
| HSV(B) | 129.23º | 0.21% | 0.24% | - |
| XYZ | 3.59 | 4.34 | 3.78 | - |
| YUV | 56.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 51 | 0.21 | 0 | 0.18 | 0.76 | 129.23 | 0.12 | 0.22 |
| Hex | 31 | 3E | 33 | 15 | 0 | 12 | 4C | 81 | C | 16 |
| Octal | 61 | 76 | 63 | 25 | 0 | 22 | 114 | 201 | 14 | 26 |
| Binary | 110001 | 111110 | 110011 | 10101 | 0 | 10010 | 1001100 | 10000001 | 1100 | 10110 |
Color Harmonies of #313E33
Complementary color
Monochromatic Colors of #313E33
Black with #313E33
Text Example
Text Example
White with #313E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E33; }
p { color: rgb(49,62,51); }
H1.HeaderClassName
{
color: #313E33;
}
.AnyTagClassName
{
color: #313E33;
}
</style>
background-color css
<style>
a { background-color: #313E33; }
a { background-color: rgb(49,62,51); }
div.DivClassName
{
background-color: #313E33;
}
.BgClassName
{
background-color: #313E33;
}
</style>
border-color css
<style>
span { border-color: #313E33; }
span { border-color: rgb(49,62,51); }
td.TdClassName
{
border-color: #313E33;
}
.TagClassName
{
border-color: #313E33;
}
</style>