Shades of Timber Green #2B4632
Tints of Timber Green #2B4632
RGB
CMYK
RGB Variations
Color information
#2B4632 (or 0x2B4632) is known color: Timber Green. HEX triplet: 2B, 46 and 32. RGB value is (43,70,50). Sum of RGB (Red+Green+Blue) = 43+70+50=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #2B4632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4632 is #D4B9CD. Grayscale: #3B3B3B. Windows color (decimal): -13941198 or 3294763. OLE color: 3294763.
HSL color Cylindrical-coordinate representation of color #2B4632: hue angle of 135.56º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4632 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 70 | 50 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.73 |
| HSL | 135.56º | 0.24% | 0.22% | - |
| HSV(B) | 135.56º | 0.39% | 0.27% | - |
| XYZ | 3.76 | 5.12 | 3.81 | - |
| YUV | 59.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 50 | 0.39 | 0 | 0.29 | 0.73 | 135.56 | 0.24 | 0.22 |
| Hex | 2B | 46 | 32 | 27 | 0 | 1D | 49 | 88 | 18 | 16 |
| Octal | 53 | 106 | 62 | 47 | 0 | 35 | 111 | 210 | 30 | 26 |
| Binary | 101011 | 1000110 | 110010 | 100111 | 0 | 11101 | 1001001 | 10001000 | 11000 | 10110 |
Color Harmonies of #2B4632
Complementary color
Monochromatic Colors of #2B4632
Black with #2B4632
Text Example
Text Example
White with #2B4632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4632; }
p { color: rgb(43,70,50); }
H1.HeaderClassName
{
color: #2B4632;
}
.AnyTagClassName
{
color: #2B4632;
}
</style>
background-color css
<style>
a { background-color: #2B4632; }
a { background-color: rgb(43,70,50); }
div.DivClassName
{
background-color: #2B4632;
}
.BgClassName
{
background-color: #2B4632;
}
</style>
border-color css
<style>
span { border-color: #2B4632; }
span { border-color: rgb(43,70,50); }
td.TdClassName
{
border-color: #2B4632;
}
.TagClassName
{
border-color: #2B4632;
}
</style>