Shades of Timber Green #2B412D
Tints of Timber Green #2B412D
RGB
CMYK
RGB Variations
Color information
#2B412D (or 0x2B412D) is known color: Timber Green. HEX triplet: 2B, 41 and 2D. RGB value is (43,65,45). Sum of RGB (Red+Green+Blue) = 43+65+45=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #2B412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B412D is #D4BED2. Grayscale: #383838. Windows color (decimal): -13942483 or 2965803. OLE color: 2965803.
HSL color Cylindrical-coordinate representation of color #2B412D: hue angle of 125.45º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B412D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 45 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.75 |
| HSL | 125.45º | 0.2% | 0.21% | - |
| HSV(B) | 125.45º | 0.34% | 0.25% | - |
| XYZ | 3.36 | 4.48 | 3.17 | - |
| YUV | 56.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 45 | 0.34 | 0 | 0.31 | 0.75 | 125.45 | 0.2 | 0.21 |
| Hex | 2B | 41 | 2D | 22 | 0 | 1F | 4B | 7D | 14 | 15 |
| Octal | 53 | 101 | 55 | 42 | 0 | 37 | 113 | 175 | 24 | 25 |
| Binary | 101011 | 1000001 | 101101 | 100010 | 0 | 11111 | 1001011 | 1111101 | 10100 | 10101 |
Color Harmonies of #2B412D
Complementary color
Monochromatic Colors of #2B412D
Black with #2B412D
Text Example
Text Example
White with #2B412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B412D; }
p { color: rgb(43,65,45); }
H1.HeaderClassName
{
color: #2B412D;
}
.AnyTagClassName
{
color: #2B412D;
}
</style>
background-color css
<style>
a { background-color: #2B412D; }
a { background-color: rgb(43,65,45); }
div.DivClassName
{
background-color: #2B412D;
}
.BgClassName
{
background-color: #2B412D;
}
</style>
border-color css
<style>
span { border-color: #2B412D; }
span { border-color: rgb(43,65,45); }
td.TdClassName
{
border-color: #2B412D;
}
.TagClassName
{
border-color: #2B412D;
}
</style>