Shades of Timber Green #2B422D
Tints of Timber Green #2B422D
RGB
CMYK
RGB Variations
Color information
#2B422D (or 0x2B422D) is known color: Timber Green. HEX triplet: 2B, 42 and 2D. RGB value is (43,66,45). Sum of RGB (Red+Green+Blue) = 43+66+45=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #2B422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B422D is #D4BDD2. Grayscale: #383838. Windows color (decimal): -13942227 or 2966059. OLE color: 2966059.
HSL color Cylindrical-coordinate representation of color #2B422D: hue angle of 125.22º 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 #2B422D is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 45 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.74 |
| HSL | 125.22º | 0.21% | 0.21% | - |
| HSV(B) | 125.22º | 0.35% | 0.26% | - |
| XYZ | 3.42 | 4.6 | 3.19 | - |
| YUV | 56.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 45 | 0.35 | 0 | 0.32 | 0.74 | 125.22 | 0.21 | 0.21 |
| Hex | 2B | 42 | 2D | 23 | 0 | 20 | 4A | 7D | 15 | 15 |
| Octal | 53 | 102 | 55 | 43 | 0 | 40 | 112 | 175 | 25 | 25 |
| Binary | 101011 | 1000010 | 101101 | 100011 | 0 | 100000 | 1001010 | 1111101 | 10101 | 10101 |
Color Harmonies of #2B422D
Complementary color
Monochromatic Colors of #2B422D
Black with #2B422D
Text Example
Text Example
White with #2B422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B422D; }
p { color: rgb(43,66,45); }
H1.HeaderClassName
{
color: #2B422D;
}
.AnyTagClassName
{
color: #2B422D;
}
</style>
background-color css
<style>
a { background-color: #2B422D; }
a { background-color: rgb(43,66,45); }
div.DivClassName
{
background-color: #2B422D;
}
.BgClassName
{
background-color: #2B422D;
}
</style>
border-color css
<style>
span { border-color: #2B422D; }
span { border-color: rgb(43,66,45); }
td.TdClassName
{
border-color: #2B422D;
}
.TagClassName
{
border-color: #2B422D;
}
</style>