Shades of Timber Green #2B4231
Tints of Timber Green #2B4231
RGB
CMYK
RGB Variations
Color information
#2B4231 (or 0x2B4231) is known color: Timber Green. HEX triplet: 2B, 42 and 31. RGB value is (43,66,49). Sum of RGB (Red+Green+Blue) = 43+66+49=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4231 is #D4BDCE. Grayscale: #393939. Windows color (decimal): -13942223 or 3228203. OLE color: 3228203.
HSL color Cylindrical-coordinate representation of color #2B4231: hue angle of 135.65º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B4231 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 49 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.74 |
| HSL | 135.65º | 0.21% | 0.21% | - |
| HSV(B) | 135.65º | 0.35% | 0.26% | - |
| XYZ | 3.5 | 4.63 | 3.62 | - |
| YUV | 57.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 49 | 0.35 | 0 | 0.26 | 0.74 | 135.65 | 0.21 | 0.21 |
| Hex | 2B | 42 | 31 | 23 | 0 | 1A | 4A | 88 | 15 | 15 |
| Octal | 53 | 102 | 61 | 43 | 0 | 32 | 112 | 210 | 25 | 25 |
| Binary | 101011 | 1000010 | 110001 | 100011 | 0 | 11010 | 1001010 | 10001000 | 10101 | 10101 |
Color Harmonies of #2B4231
Complementary color
Monochromatic Colors of #2B4231
Black with #2B4231
Text Example
Text Example
White with #2B4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4231; }
p { color: rgb(43,66,49); }
H1.HeaderClassName
{
color: #2B4231;
}
.AnyTagClassName
{
color: #2B4231;
}
</style>
background-color css
<style>
a { background-color: #2B4231; }
a { background-color: rgb(43,66,49); }
div.DivClassName
{
background-color: #2B4231;
}
.BgClassName
{
background-color: #2B4231;
}
</style>
border-color css
<style>
span { border-color: #2B4231; }
span { border-color: rgb(43,66,49); }
td.TdClassName
{
border-color: #2B4231;
}
.TagClassName
{
border-color: #2B4231;
}
</style>