Shades of Timber Green #2D452E
Tints of Timber Green #2D452E
RGB
CMYK
RGB Variations
Color information
#2D452E (or 0x2D452E) is known color: Timber Green. HEX triplet: 2D, 45 and 2E. RGB value is (45,69,46). Sum of RGB (Red+Green+Blue) = 45+69+46=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #2D452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D452E is #D2BAD1. Grayscale: #3B3B3B. Windows color (decimal): -13810386 or 3032365. OLE color: 3032365.
HSL color Cylindrical-coordinate representation of color #2D452E: hue angle of 122.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D452E is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 46 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.73 |
| HSL | 122.5º | 0.21% | 0.22% | - |
| HSV(B) | 122.5º | 0.35% | 0.27% | - |
| XYZ | 3.7 | 5.01 | 3.36 | - |
| YUV | 59.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 46 | 0.35 | 0 | 0.33 | 0.73 | 122.5 | 0.21 | 0.22 |
| Hex | 2D | 45 | 2E | 23 | 0 | 21 | 49 | 7B | 15 | 16 |
| Octal | 55 | 105 | 56 | 43 | 0 | 41 | 111 | 173 | 25 | 26 |
| Binary | 101101 | 1000101 | 101110 | 100011 | 0 | 100001 | 1001001 | 1111011 | 10101 | 10110 |
Color Harmonies of #2D452E
Complementary color
Monochromatic Colors of #2D452E
Black with #2D452E
Text Example
Text Example
White with #2D452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D452E; }
p { color: rgb(45,69,46); }
H1.HeaderClassName
{
color: #2D452E;
}
.AnyTagClassName
{
color: #2D452E;
}
</style>
background-color css
<style>
a { background-color: #2D452E; }
a { background-color: rgb(45,69,46); }
div.DivClassName
{
background-color: #2D452E;
}
.BgClassName
{
background-color: #2D452E;
}
</style>
border-color css
<style>
span { border-color: #2D452E; }
span { border-color: rgb(45,69,46); }
td.TdClassName
{
border-color: #2D452E;
}
.TagClassName
{
border-color: #2D452E;
}
</style>