Shades of Timber Green #2B4F31
Tints of Timber Green #2B4F31
RGB
CMYK
RGB Variations
Color information
#2B4F31 (or 0x2B4F31) is known color: Timber Green. HEX triplet: 2B, 4F and 31. RGB value is (43,79,49). Sum of RGB (Red+Green+Blue) = 43+79+49=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F31 is #D4B0CE. Grayscale: #404040. Windows color (decimal): -13938895 or 3231531. OLE color: 3231531.
HSL color Cylindrical-coordinate representation of color #2B4F31: hue angle of 130º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4F31 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 79 | 49 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.69 |
| HSL | 130º | 0.3% | 0.24% | - |
| HSV(B) | 130º | 0.46% | 0.31% | - |
| XYZ | 4.35 | 6.33 | 3.9 | - |
| YUV | 64.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 49 | 0.46 | 0 | 0.38 | 0.69 | 130 | 0.3 | 0.24 |
| Hex | 2B | 4F | 31 | 2E | 0 | 26 | 45 | 82 | 1E | 18 |
| Octal | 53 | 117 | 61 | 56 | 0 | 46 | 105 | 202 | 36 | 30 |
| Binary | 101011 | 1001111 | 110001 | 101110 | 0 | 100110 | 1000101 | 10000010 | 11110 | 11000 |
Color Harmonies of #2B4F31
Complementary color
Monochromatic Colors of #2B4F31
Black with #2B4F31
Text Example
Text Example
White with #2B4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4F31; }
p { color: rgb(43,79,49); }
H1.HeaderClassName
{
color: #2B4F31;
}
.AnyTagClassName
{
color: #2B4F31;
}
</style>
background-color css
<style>
a { background-color: #2B4F31; }
a { background-color: rgb(43,79,49); }
div.DivClassName
{
background-color: #2B4F31;
}
.BgClassName
{
background-color: #2B4F31;
}
</style>
border-color css
<style>
span { border-color: #2B4F31; }
span { border-color: rgb(43,79,49); }
td.TdClassName
{
border-color: #2B4F31;
}
.TagClassName
{
border-color: #2B4F31;
}
</style>