Shades of Timber Green #2B4B2F
Tints of Timber Green #2B4B2F
RGB
CMYK
RGB Variations
Color information
#2B4B2F (or 0x2B4B2F) is known color: Timber Green. HEX triplet: 2B, 4B and 2F. RGB value is (43,75,47). Sum of RGB (Red+Green+Blue) = 43+75+47=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B2F is #D4B4D0. Grayscale: #3E3E3E. Windows color (decimal): -13939921 or 3099435. OLE color: 3099435.
HSL color Cylindrical-coordinate representation of color #2B4B2F: hue angle of 127.5º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4B2F is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 75 | 47 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.71 |
| HSL | 127.5º | 0.27% | 0.23% | - |
| HSV(B) | 127.5º | 0.43% | 0.29% | - |
| XYZ | 4.03 | 5.75 | 3.59 | - |
| YUV | 62.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 47 | 0.43 | 0 | 0.37 | 0.71 | 127.5 | 0.27 | 0.23 |
| Hex | 2B | 4B | 2F | 2B | 0 | 25 | 47 | 80 | 1B | 17 |
| Octal | 53 | 113 | 57 | 53 | 0 | 45 | 107 | 200 | 33 | 27 |
| Binary | 101011 | 1001011 | 101111 | 101011 | 0 | 100101 | 1000111 | 10000000 | 11011 | 10111 |
Color Harmonies of #2B4B2F
Complementary color
Monochromatic Colors of #2B4B2F
Black with #2B4B2F
Text Example
Text Example
White with #2B4B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B2F; }
p { color: rgb(43,75,47); }
H1.HeaderClassName
{
color: #2B4B2F;
}
.AnyTagClassName
{
color: #2B4B2F;
}
</style>
background-color css
<style>
a { background-color: #2B4B2F; }
a { background-color: rgb(43,75,47); }
div.DivClassName
{
background-color: #2B4B2F;
}
.BgClassName
{
background-color: #2B4B2F;
}
</style>
border-color css
<style>
span { border-color: #2B4B2F; }
span { border-color: rgb(43,75,47); }
td.TdClassName
{
border-color: #2B4B2F;
}
.TagClassName
{
border-color: #2B4B2F;
}
</style>