Shades of Timber Green #2F4436
Tints of Timber Green #2F4436
RGB
CMYK
RGB Variations
Color information
#2F4436 (or 0x2F4436) is known color: Timber Green. HEX triplet: 2F, 44 and 36. RGB value is (47,68,54). Sum of RGB (Red+Green+Blue) = 47+68+54=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4436 is #D0BBC9. Grayscale: #3C3C3C. Windows color (decimal): -13679562 or 3556399. OLE color: 3556399.
HSL color Cylindrical-coordinate representation of color #2F4436: hue angle of 140º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F4436 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 54 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.73 |
| HSL | 140º | 0.18% | 0.23% | - |
| HSV(B) | 140º | 0.31% | 0.27% | - |
| XYZ | 3.91 | 5 | 4.25 | - |
| YUV | 60.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 54 | 0.31 | 0 | 0.21 | 0.73 | 140 | 0.18 | 0.23 |
| Hex | 2F | 44 | 36 | 1F | 0 | 15 | 49 | 8C | 12 | 17 |
| Octal | 57 | 104 | 66 | 37 | 0 | 25 | 111 | 214 | 22 | 27 |
| Binary | 101111 | 1000100 | 110110 | 11111 | 0 | 10101 | 1001001 | 10001100 | 10010 | 10111 |
Color Harmonies of #2F4436
Complementary color
Monochromatic Colors of #2F4436
Black with #2F4436
Text Example
Text Example
White with #2F4436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4436; }
p { color: rgb(47,68,54); }
H1.HeaderClassName
{
color: #2F4436;
}
.AnyTagClassName
{
color: #2F4436;
}
</style>
background-color css
<style>
a { background-color: #2F4436; }
a { background-color: rgb(47,68,54); }
div.DivClassName
{
background-color: #2F4436;
}
.BgClassName
{
background-color: #2F4436;
}
</style>
border-color css
<style>
span { border-color: #2F4436; }
span { border-color: rgb(47,68,54); }
td.TdClassName
{
border-color: #2F4436;
}
.TagClassName
{
border-color: #2F4436;
}
</style>