Shades of Timber Green #2B4D33
Tints of Timber Green #2B4D33
RGB
CMYK
RGB Variations
Color information
#2B4D33 (or 0x2B4D33) is known color: Timber Green. HEX triplet: 2B, 4D and 33. RGB value is (43,77,51). Sum of RGB (Red+Green+Blue) = 43+77+51=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D33 is #D4B2CC. Grayscale: #3F3F3F. Windows color (decimal): -13939405 or 3362091. OLE color: 3362091.
HSL color Cylindrical-coordinate representation of color #2B4D33: hue angle of 134.12º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4D33 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 77 | 51 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.70 |
| HSL | 134.12º | 0.28% | 0.24% | - |
| HSV(B) | 134.12º | 0.44% | 0.3% | - |
| XYZ | 4.25 | 6.06 | 4.08 | - |
| YUV | 63.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 51 | 0.44 | 0 | 0.34 | 0.70 | 134.12 | 0.28 | 0.24 |
| Hex | 2B | 4D | 33 | 2C | 0 | 22 | 46 | 86 | 1C | 18 |
| Octal | 53 | 115 | 63 | 54 | 0 | 42 | 106 | 206 | 34 | 30 |
| Binary | 101011 | 1001101 | 110011 | 101100 | 0 | 100010 | 1000110 | 10000110 | 11100 | 11000 |
Color Harmonies of #2B4D33
Complementary color
Monochromatic Colors of #2B4D33
Black with #2B4D33
Text Example
Text Example
White with #2B4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D33; }
p { color: rgb(43,77,51); }
H1.HeaderClassName
{
color: #2B4D33;
}
.AnyTagClassName
{
color: #2B4D33;
}
</style>
background-color css
<style>
a { background-color: #2B4D33; }
a { background-color: rgb(43,77,51); }
div.DivClassName
{
background-color: #2B4D33;
}
.BgClassName
{
background-color: #2B4D33;
}
</style>
border-color css
<style>
span { border-color: #2B4D33; }
span { border-color: rgb(43,77,51); }
td.TdClassName
{
border-color: #2B4D33;
}
.TagClassName
{
border-color: #2B4D33;
}
</style>