Shades of Timber Green #2D3C31
Tints of Timber Green #2D3C31
RGB
CMYK
RGB Variations
Color information
#2D3C31 (or 0x2D3C31) is known color: Timber Green. HEX triplet: 2D, 3C and 31. RGB value is (45,60,49). Sum of RGB (Red+Green+Blue) = 45+60+49=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3C31 is #D2C3CE. Grayscale: #363636. Windows color (decimal): -13812687 or 3226669. OLE color: 3226669.
HSL color Cylindrical-coordinate representation of color #2D3C31: hue angle of 136º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D3C31 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 49 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.76 |
| HSL | 136º | 0.14% | 0.21% | - |
| HSV(B) | 136º | 0.25% | 0.24% | - |
| XYZ | 3.25 | 4.01 | 3.51 | - |
| YUV | 54.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 49 | 0.25 | 0 | 0.18 | 0.76 | 136 | 0.14 | 0.21 |
| Hex | 2D | 3C | 31 | 19 | 0 | 12 | 4C | 88 | E | 15 |
| Octal | 55 | 74 | 61 | 31 | 0 | 22 | 114 | 210 | 16 | 25 |
| Binary | 101101 | 111100 | 110001 | 11001 | 0 | 10010 | 1001100 | 10001000 | 1110 | 10101 |
Color Harmonies of #2D3C31
Complementary color
Monochromatic Colors of #2D3C31
Black with #2D3C31
Text Example
Text Example
White with #2D3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C31; }
p { color: rgb(45,60,49); }
H1.HeaderClassName
{
color: #2D3C31;
}
.AnyTagClassName
{
color: #2D3C31;
}
</style>
background-color css
<style>
a { background-color: #2D3C31; }
a { background-color: rgb(45,60,49); }
div.DivClassName
{
background-color: #2D3C31;
}
.BgClassName
{
background-color: #2D3C31;
}
</style>
border-color css
<style>
span { border-color: #2D3C31; }
span { border-color: rgb(45,60,49); }
td.TdClassName
{
border-color: #2D3C31;
}
.TagClassName
{
border-color: #2D3C31;
}
</style>