Shades of Timber Green #2B4C32
Tints of Timber Green #2B4C32
RGB
CMYK
RGB Variations
Color information
#2B4C32 (or 0x2B4C32) is known color: Timber Green. HEX triplet: 2B, 4C and 32. RGB value is (43,76,50). Sum of RGB (Red+Green+Blue) = 43+76+50=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C32 is #D4B3CD. Grayscale: #3F3F3F. Windows color (decimal): -13939662 or 3296299. OLE color: 3296299.
HSL color Cylindrical-coordinate representation of color #2B4C32: hue angle of 132.73º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4C32 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 76 | 50 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.70 |
| HSL | 132.73º | 0.28% | 0.23% | - |
| HSV(B) | 132.73º | 0.43% | 0.3% | - |
| XYZ | 4.16 | 5.91 | 3.94 | - |
| YUV | 63.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 50 | 0.43 | 0 | 0.34 | 0.70 | 132.73 | 0.28 | 0.23 |
| Hex | 2B | 4C | 32 | 2B | 0 | 22 | 46 | 85 | 1C | 17 |
| Octal | 53 | 114 | 62 | 53 | 0 | 42 | 106 | 205 | 34 | 27 |
| Binary | 101011 | 1001100 | 110010 | 101011 | 0 | 100010 | 1000110 | 10000101 | 11100 | 10111 |
Color Harmonies of #2B4C32
Complementary color
Monochromatic Colors of #2B4C32
Black with #2B4C32
Text Example
Text Example
White with #2B4C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C32; }
p { color: rgb(43,76,50); }
H1.HeaderClassName
{
color: #2B4C32;
}
.AnyTagClassName
{
color: #2B4C32;
}
</style>
background-color css
<style>
a { background-color: #2B4C32; }
a { background-color: rgb(43,76,50); }
div.DivClassName
{
background-color: #2B4C32;
}
.BgClassName
{
background-color: #2B4C32;
}
</style>
border-color css
<style>
span { border-color: #2B4C32; }
span { border-color: rgb(43,76,50); }
td.TdClassName
{
border-color: #2B4C32;
}
.TagClassName
{
border-color: #2B4C32;
}
</style>