Shades of Timber Green #2B4731
Tints of Timber Green #2B4731
RGB
CMYK
RGB Variations
Color information
#2B4731 (or 0x2B4731) is known color: Timber Green. HEX triplet: 2B, 47 and 31. RGB value is (43,71,49). Sum of RGB (Red+Green+Blue) = 43+71+49=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4731 is #D4B8CE. Grayscale: #3C3C3C. Windows color (decimal): -13940943 or 3229483. OLE color: 3229483.
HSL color Cylindrical-coordinate representation of color #2B4731: hue angle of 132.86º 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 #2B4731 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 49 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.72 |
| HSL | 132.86º | 0.25% | 0.22% | - |
| HSV(B) | 132.86º | 0.39% | 0.28% | - |
| XYZ | 3.8 | 5.24 | 3.72 | - |
| YUV | 60.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 49 | 0.39 | 0 | 0.31 | 0.72 | 132.86 | 0.25 | 0.22 |
| Hex | 2B | 47 | 31 | 27 | 0 | 1F | 48 | 85 | 19 | 16 |
| Octal | 53 | 107 | 61 | 47 | 0 | 37 | 110 | 205 | 31 | 26 |
| Binary | 101011 | 1000111 | 110001 | 100111 | 0 | 11111 | 1001000 | 10000101 | 11001 | 10110 |
Color Harmonies of #2B4731
Complementary color
Monochromatic Colors of #2B4731
Black with #2B4731
Text Example
Text Example
White with #2B4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4731; }
p { color: rgb(43,71,49); }
H1.HeaderClassName
{
color: #2B4731;
}
.AnyTagClassName
{
color: #2B4731;
}
</style>
background-color css
<style>
a { background-color: #2B4731; }
a { background-color: rgb(43,71,49); }
div.DivClassName
{
background-color: #2B4731;
}
.BgClassName
{
background-color: #2B4731;
}
</style>
border-color css
<style>
span { border-color: #2B4731; }
span { border-color: rgb(43,71,49); }
td.TdClassName
{
border-color: #2B4731;
}
.TagClassName
{
border-color: #2B4731;
}
</style>