Shades of Timber Green #2B4C34
Tints of Timber Green #2B4C34
RGB
CMYK
RGB Variations
Color information
#2B4C34 (or 0x2B4C34) is known color: Timber Green. HEX triplet: 2B, 4C and 34. RGB value is (43,76,52). Sum of RGB (Red+Green+Blue) = 43+76+52=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C34 is #D4B3CB. Grayscale: #3F3F3F. Windows color (decimal): -13939660 or 3427371. OLE color: 3427371.
HSL color Cylindrical-coordinate representation of color #2B4C34: hue angle of 136.36º 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 #2B4C34 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 76 | 52 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.70 |
| HSL | 136.36º | 0.28% | 0.23% | - |
| HSV(B) | 136.36º | 0.43% | 0.3% | - |
| XYZ | 4.2 | 5.93 | 4.17 | - |
| YUV | 63.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 52 | 0.43 | 0 | 0.32 | 0.70 | 136.36 | 0.28 | 0.23 |
| Hex | 2B | 4C | 34 | 2B | 0 | 20 | 46 | 88 | 1C | 17 |
| Octal | 53 | 114 | 64 | 53 | 0 | 40 | 106 | 210 | 34 | 27 |
| Binary | 101011 | 1001100 | 110100 | 101011 | 0 | 100000 | 1000110 | 10001000 | 11100 | 10111 |
Color Harmonies of #2B4C34
Complementary color
Monochromatic Colors of #2B4C34
Black with #2B4C34
Text Example
Text Example
White with #2B4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C34; }
p { color: rgb(43,76,52); }
H1.HeaderClassName
{
color: #2B4C34;
}
.AnyTagClassName
{
color: #2B4C34;
}
</style>
background-color css
<style>
a { background-color: #2B4C34; }
a { background-color: rgb(43,76,52); }
div.DivClassName
{
background-color: #2B4C34;
}
.BgClassName
{
background-color: #2B4C34;
}
</style>
border-color css
<style>
span { border-color: #2B4C34; }
span { border-color: rgb(43,76,52); }
td.TdClassName
{
border-color: #2B4C34;
}
.TagClassName
{
border-color: #2B4C34;
}
</style>