Shades of Timber Green #2D4934
Tints of Timber Green #2D4934
RGB
CMYK
RGB Variations
Color information
#2D4934 (or 0x2D4934) is known color: Timber Green. HEX triplet: 2D, 49 and 34. RGB value is (45,73,52). Sum of RGB (Red+Green+Blue) = 45+73+52=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4934 is #D2B6CB. Grayscale: #3E3E3E. Windows color (decimal): -13809356 or 3426605. OLE color: 3426605.
HSL color Cylindrical-coordinate representation of color #2D4934: hue angle of 135º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4934 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 52 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.71 |
| HSL | 135º | 0.24% | 0.23% | - |
| HSV(B) | 135º | 0.38% | 0.29% | - |
| XYZ | 4.08 | 5.57 | 4.11 | - |
| YUV | 62.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 52 | 0.38 | 0 | 0.29 | 0.71 | 135 | 0.24 | 0.23 |
| Hex | 2D | 49 | 34 | 26 | 0 | 1D | 47 | 87 | 18 | 17 |
| Octal | 55 | 111 | 64 | 46 | 0 | 35 | 107 | 207 | 30 | 27 |
| Binary | 101101 | 1001001 | 110100 | 100110 | 0 | 11101 | 1000111 | 10000111 | 11000 | 10111 |
Color Harmonies of #2D4934
Complementary color
Monochromatic Colors of #2D4934
Black with #2D4934
Text Example
Text Example
White with #2D4934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4934; }
p { color: rgb(45,73,52); }
H1.HeaderClassName
{
color: #2D4934;
}
.AnyTagClassName
{
color: #2D4934;
}
</style>
background-color css
<style>
a { background-color: #2D4934; }
a { background-color: rgb(45,73,52); }
div.DivClassName
{
background-color: #2D4934;
}
.BgClassName
{
background-color: #2D4934;
}
</style>
border-color css
<style>
span { border-color: #2D4934; }
span { border-color: rgb(45,73,52); }
td.TdClassName
{
border-color: #2D4934;
}
.TagClassName
{
border-color: #2D4934;
}
</style>