Shades of Timber Green #2D4633
Tints of Timber Green #2D4633
RGB
CMYK
RGB Variations
Color information
#2D4633 (or 0x2D4633) is known color: Timber Green. HEX triplet: 2D, 46 and 33. RGB value is (45,70,51). Sum of RGB (Red+Green+Blue) = 45+70+51=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4633 is #D2B9CC. Grayscale: #3C3C3C. Windows color (decimal): -13810125 or 3360301. OLE color: 3360301.
HSL color Cylindrical-coordinate representation of color #2D4633: hue angle of 134.4º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D4633 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 51 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.73 |
| HSL | 134.4º | 0.22% | 0.23% | - |
| HSV(B) | 134.4º | 0.36% | 0.27% | - |
| XYZ | 3.87 | 5.18 | 3.93 | - |
| YUV | 60.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 51 | 0.36 | 0 | 0.27 | 0.73 | 134.4 | 0.22 | 0.23 |
| Hex | 2D | 46 | 33 | 24 | 0 | 1B | 49 | 86 | 16 | 17 |
| Octal | 55 | 106 | 63 | 44 | 0 | 33 | 111 | 206 | 26 | 27 |
| Binary | 101101 | 1000110 | 110011 | 100100 | 0 | 11011 | 1001001 | 10000110 | 10110 | 10111 |
Color Harmonies of #2D4633
Complementary color
Monochromatic Colors of #2D4633
Black with #2D4633
Text Example
Text Example
White with #2D4633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4633; }
p { color: rgb(45,70,51); }
H1.HeaderClassName
{
color: #2D4633;
}
.AnyTagClassName
{
color: #2D4633;
}
</style>
background-color css
<style>
a { background-color: #2D4633; }
a { background-color: rgb(45,70,51); }
div.DivClassName
{
background-color: #2D4633;
}
.BgClassName
{
background-color: #2D4633;
}
</style>
border-color css
<style>
span { border-color: #2D4633; }
span { border-color: rgb(45,70,51); }
td.TdClassName
{
border-color: #2D4633;
}
.TagClassName
{
border-color: #2D4633;
}
</style>