Shades of Timber Green #2B452F
Tints of Timber Green #2B452F
RGB
CMYK
RGB Variations
Color information
#2B452F (or 0x2B452F) is known color: Timber Green. HEX triplet: 2B, 45 and 2F. RGB value is (43,69,47). Sum of RGB (Red+Green+Blue) = 43+69+47=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #2B452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B452F is #D4BAD0. Grayscale: #3A3A3A. Windows color (decimal): -13941457 or 3097899. OLE color: 3097899.
HSL color Cylindrical-coordinate representation of color #2B452F: hue angle of 129.23º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2B452F is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 69 | 47 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.73 |
| HSL | 129.23º | 0.23% | 0.22% | - |
| HSV(B) | 129.23º | 0.38% | 0.27% | - |
| XYZ | 3.64 | 4.98 | 3.46 | - |
| YUV | 58.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 47 | 0.38 | 0 | 0.32 | 0.73 | 129.23 | 0.23 | 0.22 |
| Hex | 2B | 45 | 2F | 26 | 0 | 20 | 49 | 81 | 17 | 16 |
| Octal | 53 | 105 | 57 | 46 | 0 | 40 | 111 | 201 | 27 | 26 |
| Binary | 101011 | 1000101 | 101111 | 100110 | 0 | 100000 | 1001001 | 10000001 | 10111 | 10110 |
Color Harmonies of #2B452F
Complementary color
Monochromatic Colors of #2B452F
Black with #2B452F
Text Example
Text Example
White with #2B452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B452F; }
p { color: rgb(43,69,47); }
H1.HeaderClassName
{
color: #2B452F;
}
.AnyTagClassName
{
color: #2B452F;
}
</style>
background-color css
<style>
a { background-color: #2B452F; }
a { background-color: rgb(43,69,47); }
div.DivClassName
{
background-color: #2B452F;
}
.BgClassName
{
background-color: #2B452F;
}
</style>
border-color css
<style>
span { border-color: #2B452F; }
span { border-color: rgb(43,69,47); }
td.TdClassName
{
border-color: #2B452F;
}
.TagClassName
{
border-color: #2B452F;
}
</style>