Shades of Timber Green #2B472D
Tints of Timber Green #2B472D
RGB
CMYK
RGB Variations
Color information
#2B472D (or 0x2B472D) is known color: Timber Green. HEX triplet: 2B, 47 and 2D. RGB value is (43,71,45). Sum of RGB (Red+Green+Blue) = 43+71+45=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #2B472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B472D is #D4B8D2. Grayscale: #3B3B3B. Windows color (decimal): -13940947 or 2967339. OLE color: 2967339.
HSL color Cylindrical-coordinate representation of color #2B472D: hue angle of 124.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B472D is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 45 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.72 |
| HSL | 124.29º | 0.25% | 0.22% | - |
| HSV(B) | 124.29º | 0.39% | 0.28% | - |
| XYZ | 3.72 | 5.21 | 3.29 | - |
| YUV | 59.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 45 | 0.39 | 0 | 0.37 | 0.72 | 124.29 | 0.25 | 0.22 |
| Hex | 2B | 47 | 2D | 27 | 0 | 25 | 48 | 7C | 19 | 16 |
| Octal | 53 | 107 | 55 | 47 | 0 | 45 | 110 | 174 | 31 | 26 |
| Binary | 101011 | 1000111 | 101101 | 100111 | 0 | 100101 | 1001000 | 1111100 | 11001 | 10110 |
Color Harmonies of #2B472D
Complementary color
Monochromatic Colors of #2B472D
Black with #2B472D
Text Example
Text Example
White with #2B472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B472D; }
p { color: rgb(43,71,45); }
H1.HeaderClassName
{
color: #2B472D;
}
.AnyTagClassName
{
color: #2B472D;
}
</style>
background-color css
<style>
a { background-color: #2B472D; }
a { background-color: rgb(43,71,45); }
div.DivClassName
{
background-color: #2B472D;
}
.BgClassName
{
background-color: #2B472D;
}
</style>
border-color css
<style>
span { border-color: #2B472D; }
span { border-color: rgb(43,71,45); }
td.TdClassName
{
border-color: #2B472D;
}
.TagClassName
{
border-color: #2B472D;
}
</style>