Shades of Timber Green #2B412F
Tints of Timber Green #2B412F
RGB
CMYK
RGB Variations
Color information
#2B412F (or 0x2B412F) is known color: Timber Green. HEX triplet: 2B, 41 and 2F. RGB value is (43,65,47). Sum of RGB (Red+Green+Blue) = 43+65+47=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #2B412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B412F is #D4BED0. Grayscale: #383838. Windows color (decimal): -13942481 or 3096875. OLE color: 3096875.
HSL color Cylindrical-coordinate representation of color #2B412F: hue angle of 130.91º 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 #2B412F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 47 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.75 |
| HSL | 130.91º | 0.2% | 0.21% | - |
| HSV(B) | 130.91º | 0.34% | 0.25% | - |
| XYZ | 3.4 | 4.5 | 3.38 | - |
| YUV | 56.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 47 | 0.34 | 0 | 0.28 | 0.75 | 130.91 | 0.2 | 0.21 |
| Hex | 2B | 41 | 2F | 22 | 0 | 1C | 4B | 83 | 14 | 15 |
| Octal | 53 | 101 | 57 | 42 | 0 | 34 | 113 | 203 | 24 | 25 |
| Binary | 101011 | 1000001 | 101111 | 100010 | 0 | 11100 | 1001011 | 10000011 | 10100 | 10101 |
Color Harmonies of #2B412F
Complementary color
Monochromatic Colors of #2B412F
Black with #2B412F
Text Example
Text Example
White with #2B412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B412F; }
p { color: rgb(43,65,47); }
H1.HeaderClassName
{
color: #2B412F;
}
.AnyTagClassName
{
color: #2B412F;
}
</style>
background-color css
<style>
a { background-color: #2B412F; }
a { background-color: rgb(43,65,47); }
div.DivClassName
{
background-color: #2B412F;
}
.BgClassName
{
background-color: #2B412F;
}
</style>
border-color css
<style>
span { border-color: #2B412F; }
span { border-color: rgb(43,65,47); }
td.TdClassName
{
border-color: #2B412F;
}
.TagClassName
{
border-color: #2B412F;
}
</style>