Shades of Timber Green #2B4B34
Tints of Timber Green #2B4B34
RGB
CMYK
RGB Variations
Color information
#2B4B34 (or 0x2B4B34) is known color: Timber Green. HEX triplet: 2B, 4B and 34. RGB value is (43,75,52). Sum of RGB (Red+Green+Blue) = 43+75+52=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B34 is #D4B4CB. Grayscale: #3E3E3E. Windows color (decimal): -13939916 or 3427115. OLE color: 3427115.
HSL color Cylindrical-coordinate representation of color #2B4B34: hue angle of 136.88º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4B34 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 75 | 52 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.71 |
| HSL | 136.88º | 0.27% | 0.23% | - |
| HSV(B) | 136.88º | 0.43% | 0.29% | - |
| XYZ | 4.13 | 5.79 | 4.15 | - |
| YUV | 62.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 52 | 0.43 | 0 | 0.31 | 0.71 | 136.88 | 0.27 | 0.23 |
| Hex | 2B | 4B | 34 | 2B | 0 | 1F | 47 | 89 | 1B | 17 |
| Octal | 53 | 113 | 64 | 53 | 0 | 37 | 107 | 211 | 33 | 27 |
| Binary | 101011 | 1001011 | 110100 | 101011 | 0 | 11111 | 1000111 | 10001001 | 11011 | 10111 |
Color Harmonies of #2B4B34
Complementary color
Monochromatic Colors of #2B4B34
Black with #2B4B34
Text Example
Text Example
White with #2B4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B34; }
p { color: rgb(43,75,52); }
H1.HeaderClassName
{
color: #2B4B34;
}
.AnyTagClassName
{
color: #2B4B34;
}
</style>
background-color css
<style>
a { background-color: #2B4B34; }
a { background-color: rgb(43,75,52); }
div.DivClassName
{
background-color: #2B4B34;
}
.BgClassName
{
background-color: #2B4B34;
}
</style>
border-color css
<style>
span { border-color: #2B4B34; }
span { border-color: rgb(43,75,52); }
td.TdClassName
{
border-color: #2B4B34;
}
.TagClassName
{
border-color: #2B4B34;
}
</style>