Shades of Timber Green #2B4032
Tints of Timber Green #2B4032
RGB
CMYK
RGB Variations
Color information
#2B4032 (or 0x2B4032) is known color: Timber Green. HEX triplet: 2B, 40 and 32. RGB value is (43,64,50). Sum of RGB (Red+Green+Blue) = 43+64+50=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4032 is #D4BFCD. Grayscale: #383838. Windows color (decimal): -13942734 or 3293227. OLE color: 3293227.
HSL color Cylindrical-coordinate representation of color #2B4032: hue angle of 140º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B4032 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 50 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.75 |
| HSL | 140º | 0.2% | 0.21% | - |
| HSV(B) | 140º | 0.33% | 0.25% | - |
| XYZ | 3.41 | 4.41 | 3.69 | - |
| YUV | 56.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 50 | 0.33 | 0 | 0.22 | 0.75 | 140 | 0.2 | 0.21 |
| Hex | 2B | 40 | 32 | 21 | 0 | 16 | 4B | 8C | 14 | 15 |
| Octal | 53 | 100 | 62 | 41 | 0 | 26 | 113 | 214 | 24 | 25 |
| Binary | 101011 | 1000000 | 110010 | 100001 | 0 | 10110 | 1001011 | 10001100 | 10100 | 10101 |
Color Harmonies of #2B4032
Complementary color
Monochromatic Colors of #2B4032
Black with #2B4032
Text Example
Text Example
White with #2B4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4032; }
p { color: rgb(43,64,50); }
H1.HeaderClassName
{
color: #2B4032;
}
.AnyTagClassName
{
color: #2B4032;
}
</style>
background-color css
<style>
a { background-color: #2B4032; }
a { background-color: rgb(43,64,50); }
div.DivClassName
{
background-color: #2B4032;
}
.BgClassName
{
background-color: #2B4032;
}
</style>
border-color css
<style>
span { border-color: #2B4032; }
span { border-color: rgb(43,64,50); }
td.TdClassName
{
border-color: #2B4032;
}
.TagClassName
{
border-color: #2B4032;
}
</style>