Shades of Timber Green #2B4C2F
Tints of Timber Green #2B4C2F
RGB
CMYK
RGB Variations
Color information
#2B4C2F (or 0x2B4C2F) is known color: Timber Green. HEX triplet: 2B, 4C and 2F. RGB value is (43,76,47). Sum of RGB (Red+Green+Blue) = 43+76+47=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C2F is #D4B3D0. Grayscale: #3E3E3E. Windows color (decimal): -13939665 or 3099691. OLE color: 3099691.
HSL color Cylindrical-coordinate representation of color #2B4C2F: hue angle of 127.27º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4C2F is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 76 | 47 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.70 |
| HSL | 127.27º | 0.28% | 0.23% | - |
| HSV(B) | 127.27º | 0.43% | 0.3% | - |
| XYZ | 4.09 | 5.89 | 3.61 | - |
| YUV | 62.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 47 | 0.43 | 0 | 0.38 | 0.70 | 127.27 | 0.28 | 0.23 |
| Hex | 2B | 4C | 2F | 2B | 0 | 26 | 46 | 7F | 1C | 17 |
| Octal | 53 | 114 | 57 | 53 | 0 | 46 | 106 | 177 | 34 | 27 |
| Binary | 101011 | 1001100 | 101111 | 101011 | 0 | 100110 | 1000110 | 1111111 | 11100 | 10111 |
Color Harmonies of #2B4C2F
Complementary color
Monochromatic Colors of #2B4C2F
Black with #2B4C2F
Text Example
Text Example
White with #2B4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C2F; }
p { color: rgb(43,76,47); }
H1.HeaderClassName
{
color: #2B4C2F;
}
.AnyTagClassName
{
color: #2B4C2F;
}
</style>
background-color css
<style>
a { background-color: #2B4C2F; }
a { background-color: rgb(43,76,47); }
div.DivClassName
{
background-color: #2B4C2F;
}
.BgClassName
{
background-color: #2B4C2F;
}
</style>
border-color css
<style>
span { border-color: #2B4C2F; }
span { border-color: rgb(43,76,47); }
td.TdClassName
{
border-color: #2B4C2F;
}
.TagClassName
{
border-color: #2B4C2F;
}
</style>