Shades of Timber Green #2B4C31
Tints of Timber Green #2B4C31
RGB
CMYK
RGB Variations
Color information
#2B4C31 (or 0x2B4C31) is known color: Timber Green. HEX triplet: 2B, 4C and 31. RGB value is (43,76,49). Sum of RGB (Red+Green+Blue) = 43+76+49=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C31 is #D4B3CE. Grayscale: #3F3F3F. Windows color (decimal): -13939663 or 3230763. OLE color: 3230763.
HSL color Cylindrical-coordinate representation of color #2B4C31: hue angle of 130.91º 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 #2B4C31 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 76 | 49 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.70 |
| HSL | 130.91º | 0.28% | 0.23% | - |
| HSV(B) | 130.91º | 0.43% | 0.3% | - |
| XYZ | 4.14 | 5.9 | 3.83 | - |
| YUV | 63.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 49 | 0.43 | 0 | 0.36 | 0.70 | 130.91 | 0.28 | 0.23 |
| Hex | 2B | 4C | 31 | 2B | 0 | 24 | 46 | 83 | 1C | 17 |
| Octal | 53 | 114 | 61 | 53 | 0 | 44 | 106 | 203 | 34 | 27 |
| Binary | 101011 | 1001100 | 110001 | 101011 | 0 | 100100 | 1000110 | 10000011 | 11100 | 10111 |
Color Harmonies of #2B4C31
Complementary color
Monochromatic Colors of #2B4C31
Black with #2B4C31
Text Example
Text Example
White with #2B4C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C31; }
p { color: rgb(43,76,49); }
H1.HeaderClassName
{
color: #2B4C31;
}
.AnyTagClassName
{
color: #2B4C31;
}
</style>
background-color css
<style>
a { background-color: #2B4C31; }
a { background-color: rgb(43,76,49); }
div.DivClassName
{
background-color: #2B4C31;
}
.BgClassName
{
background-color: #2B4C31;
}
</style>
border-color css
<style>
span { border-color: #2B4C31; }
span { border-color: rgb(43,76,49); }
td.TdClassName
{
border-color: #2B4C31;
}
.TagClassName
{
border-color: #2B4C31;
}
</style>