Shades of Timber Green #2B472E
Tints of Timber Green #2B472E
RGB
CMYK
RGB Variations
Color information
#2B472E (or 0x2B472E) is known color: Timber Green. HEX triplet: 2B, 47 and 2E. RGB value is (43,71,46). Sum of RGB (Red+Green+Blue) = 43+71+46=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #2B472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B472E is #D4B8D1. Grayscale: #3B3B3B. Windows color (decimal): -13940946 or 3032875. OLE color: 3032875.
HSL color Cylindrical-coordinate representation of color #2B472E: hue angle of 126.43º 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 #2B472E is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 46 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.72 |
| HSL | 126.43º | 0.25% | 0.22% | - |
| HSV(B) | 126.43º | 0.39% | 0.28% | - |
| XYZ | 3.74 | 5.22 | 3.39 | - |
| YUV | 59.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 46 | 0.39 | 0 | 0.35 | 0.72 | 126.43 | 0.25 | 0.22 |
| Hex | 2B | 47 | 2E | 27 | 0 | 23 | 48 | 7E | 19 | 16 |
| Octal | 53 | 107 | 56 | 47 | 0 | 43 | 110 | 176 | 31 | 26 |
| Binary | 101011 | 1000111 | 101110 | 100111 | 0 | 100011 | 1001000 | 1111110 | 11001 | 10110 |
Color Harmonies of #2B472E
Complementary color
Monochromatic Colors of #2B472E
Black with #2B472E
Text Example
Text Example
White with #2B472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B472E; }
p { color: rgb(43,71,46); }
H1.HeaderClassName
{
color: #2B472E;
}
.AnyTagClassName
{
color: #2B472E;
}
</style>
background-color css
<style>
a { background-color: #2B472E; }
a { background-color: rgb(43,71,46); }
div.DivClassName
{
background-color: #2B472E;
}
.BgClassName
{
background-color: #2B472E;
}
</style>
border-color css
<style>
span { border-color: #2B472E; }
span { border-color: rgb(43,71,46); }
td.TdClassName
{
border-color: #2B472E;
}
.TagClassName
{
border-color: #2B472E;
}
</style>