Shades of Timber Green #2D482E
Tints of Timber Green #2D482E
RGB
CMYK
RGB Variations
Color information
#2D482E (or 0x2D482E) is known color: Timber Green. HEX triplet: 2D, 48 and 2E. RGB value is (45,72,46). Sum of RGB (Red+Green+Blue) = 45+72+46=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #2D482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D482E is #D2B7D1. Grayscale: #3D3D3D. Windows color (decimal): -13809618 or 3033133. OLE color: 3033133.
HSL color Cylindrical-coordinate representation of color #2D482E: hue angle of 122.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D482E is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 46 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.72 |
| HSL | 122.22º | 0.23% | 0.23% | - |
| HSV(B) | 122.22º | 0.38% | 0.28% | - |
| XYZ | 3.89 | 5.39 | 3.42 | - |
| YUV | 60.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 46 | 0.38 | 0 | 0.36 | 0.72 | 122.22 | 0.23 | 0.23 |
| Hex | 2D | 48 | 2E | 26 | 0 | 24 | 48 | 7A | 17 | 17 |
| Octal | 55 | 110 | 56 | 46 | 0 | 44 | 110 | 172 | 27 | 27 |
| Binary | 101101 | 1001000 | 101110 | 100110 | 0 | 100100 | 1001000 | 1111010 | 10111 | 10111 |
Color Harmonies of #2D482E
Complementary color
Monochromatic Colors of #2D482E
Black with #2D482E
Text Example
Text Example
White with #2D482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D482E; }
p { color: rgb(45,72,46); }
H1.HeaderClassName
{
color: #2D482E;
}
.AnyTagClassName
{
color: #2D482E;
}
</style>
background-color css
<style>
a { background-color: #2D482E; }
a { background-color: rgb(45,72,46); }
div.DivClassName
{
background-color: #2D482E;
}
.BgClassName
{
background-color: #2D482E;
}
</style>
border-color css
<style>
span { border-color: #2D482E; }
span { border-color: rgb(45,72,46); }
td.TdClassName
{
border-color: #2D482E;
}
.TagClassName
{
border-color: #2D482E;
}
</style>