Shades of Timber Green #2B462D
Tints of Timber Green #2B462D
RGB
CMYK
RGB Variations
Color information
#2B462D (or 0x2B462D) is known color: Timber Green. HEX triplet: 2B, 46 and 2D. RGB value is (43,70,45). Sum of RGB (Red+Green+Blue) = 43+70+45=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #2B462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B462D is #D4B9D2. Grayscale: #3B3B3B. Windows color (decimal): -13941203 or 2967083. OLE color: 2967083.
HSL color Cylindrical-coordinate representation of color #2B462D: hue angle of 124.44º 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 #2B462D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 70 | 45 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.73 |
| HSL | 124.44º | 0.24% | 0.22% | - |
| HSV(B) | 124.44º | 0.39% | 0.27% | - |
| XYZ | 3.66 | 5.08 | 3.27 | - |
| YUV | 59.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 45 | 0.39 | 0 | 0.36 | 0.73 | 124.44 | 0.24 | 0.22 |
| Hex | 2B | 46 | 2D | 27 | 0 | 24 | 49 | 7C | 18 | 16 |
| Octal | 53 | 106 | 55 | 47 | 0 | 44 | 111 | 174 | 30 | 26 |
| Binary | 101011 | 1000110 | 101101 | 100111 | 0 | 100100 | 1001001 | 1111100 | 11000 | 10110 |
Color Harmonies of #2B462D
Complementary color
Monochromatic Colors of #2B462D
Black with #2B462D
Text Example
Text Example
White with #2B462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B462D; }
p { color: rgb(43,70,45); }
H1.HeaderClassName
{
color: #2B462D;
}
.AnyTagClassName
{
color: #2B462D;
}
</style>
background-color css
<style>
a { background-color: #2B462D; }
a { background-color: rgb(43,70,45); }
div.DivClassName
{
background-color: #2B462D;
}
.BgClassName
{
background-color: #2B462D;
}
</style>
border-color css
<style>
span { border-color: #2B462D; }
span { border-color: rgb(43,70,45); }
td.TdClassName
{
border-color: #2B462D;
}
.TagClassName
{
border-color: #2B462D;
}
</style>