Shades of Timber Green #2B4E32
Tints of Timber Green #2B4E32
RGB
CMYK
RGB Variations
Color information
#2B4E32 (or 0x2B4E32) is known color: Timber Green. HEX triplet: 2B, 4E and 32. RGB value is (43,78,50). Sum of RGB (Red+Green+Blue) = 43+78+50=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E32 is #D4B1CD. Grayscale: #404040. Windows color (decimal): -13939150 or 3296811. OLE color: 3296811.
HSL color Cylindrical-coordinate representation of color #2B4E32: hue angle of 132º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B4E32 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 78 | 50 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.69 |
| HSL | 132º | 0.29% | 0.24% | - |
| HSV(B) | 132º | 0.45% | 0.31% | - |
| XYZ | 4.3 | 6.19 | 3.99 | - |
| YUV | 64.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 50 | 0.45 | 0 | 0.36 | 0.69 | 132 | 0.29 | 0.24 |
| Hex | 2B | 4E | 32 | 2D | 0 | 24 | 45 | 84 | 1D | 18 |
| Octal | 53 | 116 | 62 | 55 | 0 | 44 | 105 | 204 | 35 | 30 |
| Binary | 101011 | 1001110 | 110010 | 101101 | 0 | 100100 | 1000101 | 10000100 | 11101 | 11000 |
Color Harmonies of #2B4E32
Complementary color
Monochromatic Colors of #2B4E32
Black with #2B4E32
Text Example
Text Example
White with #2B4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E32; }
p { color: rgb(43,78,50); }
H1.HeaderClassName
{
color: #2B4E32;
}
.AnyTagClassName
{
color: #2B4E32;
}
</style>
background-color css
<style>
a { background-color: #2B4E32; }
a { background-color: rgb(43,78,50); }
div.DivClassName
{
background-color: #2B4E32;
}
.BgClassName
{
background-color: #2B4E32;
}
</style>
border-color css
<style>
span { border-color: #2B4E32; }
span { border-color: rgb(43,78,50); }
td.TdClassName
{
border-color: #2B4E32;
}
.TagClassName
{
border-color: #2B4E32;
}
</style>