Shades of Timber Green #2D452F
Tints of Timber Green #2D452F
RGB
CMYK
RGB Variations
Color information
#2D452F (or 0x2D452F) is known color: Timber Green. HEX triplet: 2D, 45 and 2F. RGB value is (45,69,47). Sum of RGB (Red+Green+Blue) = 45+69+47=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #2D452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D452F is #D2BAD0. Grayscale: #3B3B3B. Windows color (decimal): -13810385 or 3097901. OLE color: 3097901.
HSL color Cylindrical-coordinate representation of color #2D452F: hue angle of 125º 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 #2D452F is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 47 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.73 |
| HSL | 125º | 0.21% | 0.22% | - |
| HSV(B) | 125º | 0.35% | 0.27% | - |
| XYZ | 3.72 | 5.02 | 3.46 | - |
| YUV | 59.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 47 | 0.35 | 0 | 0.32 | 0.73 | 125 | 0.21 | 0.22 |
| Hex | 2D | 45 | 2F | 23 | 0 | 20 | 49 | 7D | 15 | 16 |
| Octal | 55 | 105 | 57 | 43 | 0 | 40 | 111 | 175 | 25 | 26 |
| Binary | 101101 | 1000101 | 101111 | 100011 | 0 | 100000 | 1001001 | 1111101 | 10101 | 10110 |
Color Harmonies of #2D452F
Complementary color
Monochromatic Colors of #2D452F
Black with #2D452F
Text Example
Text Example
White with #2D452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D452F; }
p { color: rgb(45,69,47); }
H1.HeaderClassName
{
color: #2D452F;
}
.AnyTagClassName
{
color: #2D452F;
}
</style>
background-color css
<style>
a { background-color: #2D452F; }
a { background-color: rgb(45,69,47); }
div.DivClassName
{
background-color: #2D452F;
}
.BgClassName
{
background-color: #2D452F;
}
</style>
border-color css
<style>
span { border-color: #2D452F; }
span { border-color: rgb(45,69,47); }
td.TdClassName
{
border-color: #2D452F;
}
.TagClassName
{
border-color: #2D452F;
}
</style>