Shades of Timber Green #2D4736
Tints of Timber Green #2D4736
RGB
CMYK
RGB Variations
Color information
#2D4736 (or 0x2D4736) is known color: Timber Green. HEX triplet: 2D, 47 and 36. RGB value is (45,71,54). Sum of RGB (Red+Green+Blue) = 45+71+54=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4736 is #D2B8C9. Grayscale: #3D3D3D. Windows color (decimal): -13809866 or 3557165. OLE color: 3557165.
HSL color Cylindrical-coordinate representation of color #2D4736: hue angle of 140.77º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D4736 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 54 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.72 |
| HSL | 140.77º | 0.22% | 0.23% | - |
| HSV(B) | 140.77º | 0.37% | 0.28% | - |
| XYZ | 4 | 5.33 | 4.31 | - |
| YUV | 61.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 54 | 0.37 | 0 | 0.24 | 0.72 | 140.77 | 0.22 | 0.23 |
| Hex | 2D | 47 | 36 | 25 | 0 | 18 | 48 | 8D | 16 | 17 |
| Octal | 55 | 107 | 66 | 45 | 0 | 30 | 110 | 215 | 26 | 27 |
| Binary | 101101 | 1000111 | 110110 | 100101 | 0 | 11000 | 1001000 | 10001101 | 10110 | 10111 |
Color Harmonies of #2D4736
Complementary color
Monochromatic Colors of #2D4736
Black with #2D4736
Text Example
Text Example
White with #2D4736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4736; }
p { color: rgb(45,71,54); }
H1.HeaderClassName
{
color: #2D4736;
}
.AnyTagClassName
{
color: #2D4736;
}
</style>
background-color css
<style>
a { background-color: #2D4736; }
a { background-color: rgb(45,71,54); }
div.DivClassName
{
background-color: #2D4736;
}
.BgClassName
{
background-color: #2D4736;
}
</style>
border-color css
<style>
span { border-color: #2D4736; }
span { border-color: rgb(45,71,54); }
td.TdClassName
{
border-color: #2D4736;
}
.TagClassName
{
border-color: #2D4736;
}
</style>