Shades of Timber Green #2B3E2F
Tints of Timber Green #2B3E2F
RGB
CMYK
RGB Variations
Color information
#2B3E2F (or 0x2B3E2F) is known color: Timber Green. HEX triplet: 2B, 3E and 2F. RGB value is (43,62,47). Sum of RGB (Red+Green+Blue) = 43+62+47=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #2B3E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3E2F is #D4C1D0. Grayscale: #363636. Windows color (decimal): -13943249 or 3096107. OLE color: 3096107.
HSL color Cylindrical-coordinate representation of color #2B3E2F: hue angle of 132.63º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B3E2F is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 62 | 47 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.76 |
| HSL | 132.63º | 0.18% | 0.21% | - |
| HSV(B) | 132.63º | 0.31% | 0.24% | - |
| XYZ | 3.23 | 4.16 | 3.32 | - |
| YUV | 54.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 62 | 47 | 0.31 | 0 | 0.24 | 0.76 | 132.63 | 0.18 | 0.21 |
| Hex | 2B | 3E | 2F | 1F | 0 | 18 | 4C | 85 | 12 | 15 |
| Octal | 53 | 76 | 57 | 37 | 0 | 30 | 114 | 205 | 22 | 25 |
| Binary | 101011 | 111110 | 101111 | 11111 | 0 | 11000 | 1001100 | 10000101 | 10010 | 10101 |
Color Harmonies of #2B3E2F
Complementary color
Monochromatic Colors of #2B3E2F
Black with #2B3E2F
Text Example
Text Example
White with #2B3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3E2F; }
p { color: rgb(43,62,47); }
H1.HeaderClassName
{
color: #2B3E2F;
}
.AnyTagClassName
{
color: #2B3E2F;
}
</style>
background-color css
<style>
a { background-color: #2B3E2F; }
a { background-color: rgb(43,62,47); }
div.DivClassName
{
background-color: #2B3E2F;
}
.BgClassName
{
background-color: #2B3E2F;
}
</style>
border-color css
<style>
span { border-color: #2B3E2F; }
span { border-color: rgb(43,62,47); }
td.TdClassName
{
border-color: #2B3E2F;
}
.TagClassName
{
border-color: #2B3E2F;
}
</style>