Shades of Timber Green #2B4835
Tints of Timber Green #2B4835
RGB
CMYK
RGB Variations
Color information
#2B4835 (or 0x2B4835) is known color: Timber Green. HEX triplet: 2B, 48 and 35. RGB value is (43,72,53). Sum of RGB (Red+Green+Blue) = 43+72+53=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4835 is #D4B7CA. Grayscale: #3D3D3D. Windows color (decimal): -13940683 or 3491883. OLE color: 3491883.
HSL color Cylindrical-coordinate representation of color #2B4835: hue angle of 140.69º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B4835 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 53 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.72 |
| HSL | 140.69º | 0.25% | 0.23% | - |
| HSV(B) | 140.69º | 0.4% | 0.28% | - |
| XYZ | 3.96 | 5.41 | 4.2 | - |
| YUV | 61.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 53 | 0.40 | 0 | 0.26 | 0.72 | 140.69 | 0.25 | 0.23 |
| Hex | 2B | 48 | 35 | 28 | 0 | 1A | 48 | 8D | 19 | 17 |
| Octal | 53 | 110 | 65 | 50 | 0 | 32 | 110 | 215 | 31 | 27 |
| Binary | 101011 | 1001000 | 110101 | 101000 | 0 | 11010 | 1001000 | 10001101 | 11001 | 10111 |
Color Harmonies of #2B4835
Complementary color
Monochromatic Colors of #2B4835
Black with #2B4835
Text Example
Text Example
White with #2B4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4835; }
p { color: rgb(43,72,53); }
H1.HeaderClassName
{
color: #2B4835;
}
.AnyTagClassName
{
color: #2B4835;
}
</style>
background-color css
<style>
a { background-color: #2B4835; }
a { background-color: rgb(43,72,53); }
div.DivClassName
{
background-color: #2B4835;
}
.BgClassName
{
background-color: #2B4835;
}
</style>
border-color css
<style>
span { border-color: #2B4835; }
span { border-color: rgb(43,72,53); }
td.TdClassName
{
border-color: #2B4835;
}
.TagClassName
{
border-color: #2B4835;
}
</style>