Shades of Timber Green #313A33
Tints of Timber Green #313A33
RGB
CMYK
RGB Variations
Color information
#313A33 (or 0x313A33) is known color: Timber Green. HEX triplet: 31, 3A and 33. RGB value is (49,58,51). Sum of RGB (Red+Green+Blue) = 49+58+51=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 58 - color contains mainly: green. Hex color #313A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A33 is #CEC5CC. Grayscale: #363636. Windows color (decimal): -13551053 or 3357233. OLE color: 3357233.
HSL color Cylindrical-coordinate representation of color #313A33: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #313A33 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 58 | 51 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.77 |
| HSL | 133.33º | 0.08% | 0.21% | - |
| HSV(B) | 133.33º | 0.16% | 0.23% | - |
| XYZ | 3.38 | 3.92 | 3.71 | - |
| YUV | 54.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 51 | 0.16 | 0 | 0.12 | 0.77 | 133.33 | 0.08 | 0.21 |
| Hex | 31 | 3A | 33 | 10 | 0 | C | 4D | 85 | 8 | 15 |
| Octal | 61 | 72 | 63 | 20 | 0 | 14 | 115 | 205 | 10 | 25 |
| Binary | 110001 | 111010 | 110011 | 10000 | 0 | 1100 | 1001101 | 10000101 | 1000 | 10101 |
Color Harmonies of #313A33
Complementary color
Monochromatic Colors of #313A33
Black with #313A33
Text Example
Text Example
White with #313A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A33; }
p { color: rgb(49,58,51); }
H1.HeaderClassName
{
color: #313A33;
}
.AnyTagClassName
{
color: #313A33;
}
</style>
background-color css
<style>
a { background-color: #313A33; }
a { background-color: rgb(49,58,51); }
div.DivClassName
{
background-color: #313A33;
}
.BgClassName
{
background-color: #313A33;
}
</style>
border-color css
<style>
span { border-color: #313A33; }
span { border-color: rgb(49,58,51); }
td.TdClassName
{
border-color: #313A33;
}
.TagClassName
{
border-color: #313A33;
}
</style>