Shades of Timber Green #2B4931
Tints of Timber Green #2B4931
RGB
CMYK
RGB Variations
Color information
#2B4931 (or 0x2B4931) is known color: Timber Green. HEX triplet: 2B, 49 and 31. RGB value is (43,73,49). Sum of RGB (Red+Green+Blue) = 43+73+49=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4931 is #D4B6CE. Grayscale: #3D3D3D. Windows color (decimal): -13940431 or 3229995. OLE color: 3229995.
HSL color Cylindrical-coordinate representation of color #2B4931: hue angle of 132º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4931 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 49 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.71 |
| HSL | 132º | 0.26% | 0.23% | - |
| HSV(B) | 132º | 0.41% | 0.29% | - |
| XYZ | 3.93 | 5.5 | 3.76 | - |
| YUV | 61.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 49 | 0.41 | 0 | 0.33 | 0.71 | 132 | 0.26 | 0.23 |
| Hex | 2B | 49 | 31 | 29 | 0 | 21 | 47 | 84 | 1A | 17 |
| Octal | 53 | 111 | 61 | 51 | 0 | 41 | 107 | 204 | 32 | 27 |
| Binary | 101011 | 1001001 | 110001 | 101001 | 0 | 100001 | 1000111 | 10000100 | 11010 | 10111 |
Color Harmonies of #2B4931
Complementary color
Monochromatic Colors of #2B4931
Black with #2B4931
Text Example
Text Example
White with #2B4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4931; }
p { color: rgb(43,73,49); }
H1.HeaderClassName
{
color: #2B4931;
}
.AnyTagClassName
{
color: #2B4931;
}
</style>
background-color css
<style>
a { background-color: #2B4931; }
a { background-color: rgb(43,73,49); }
div.DivClassName
{
background-color: #2B4931;
}
.BgClassName
{
background-color: #2B4931;
}
</style>
border-color css
<style>
span { border-color: #2B4931; }
span { border-color: rgb(43,73,49); }
td.TdClassName
{
border-color: #2B4931;
}
.TagClassName
{
border-color: #2B4931;
}
</style>