Shades of Timber Green #2D472F
Tints of Timber Green #2D472F
RGB
CMYK
RGB Variations
Color information
#2D472F (or 0x2D472F) is known color: Timber Green. HEX triplet: 2D, 47 and 2F. RGB value is (45,71,47). Sum of RGB (Red+Green+Blue) = 45+71+47=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #2D472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D472F is #D2B8D0. Grayscale: #3C3C3C. Windows color (decimal): -13809873 or 3098413. OLE color: 3098413.
HSL color Cylindrical-coordinate representation of color #2D472F: hue angle of 124.62º 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 #2D472F is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 47 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.72 |
| HSL | 124.62º | 0.22% | 0.23% | - |
| HSV(B) | 124.62º | 0.37% | 0.28% | - |
| XYZ | 3.85 | 5.27 | 3.5 | - |
| YUV | 60.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 47 | 0.37 | 0 | 0.34 | 0.72 | 124.62 | 0.22 | 0.23 |
| Hex | 2D | 47 | 2F | 25 | 0 | 22 | 48 | 7D | 16 | 17 |
| Octal | 55 | 107 | 57 | 45 | 0 | 42 | 110 | 175 | 26 | 27 |
| Binary | 101101 | 1000111 | 101111 | 100101 | 0 | 100010 | 1001000 | 1111101 | 10110 | 10111 |
Color Harmonies of #2D472F
Complementary color
Monochromatic Colors of #2D472F
Black with #2D472F
Text Example
Text Example
White with #2D472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D472F; }
p { color: rgb(45,71,47); }
H1.HeaderClassName
{
color: #2D472F;
}
.AnyTagClassName
{
color: #2D472F;
}
</style>
background-color css
<style>
a { background-color: #2D472F; }
a { background-color: rgb(45,71,47); }
div.DivClassName
{
background-color: #2D472F;
}
.BgClassName
{
background-color: #2D472F;
}
</style>
border-color css
<style>
span { border-color: #2D472F; }
span { border-color: rgb(45,71,47); }
td.TdClassName
{
border-color: #2D472F;
}
.TagClassName
{
border-color: #2D472F;
}
</style>