Shades of Timber Green #2F4736
Tints of Timber Green #2F4736
RGB
CMYK
RGB Variations
Color information
#2F4736 (or 0x2F4736) is known color: Timber Green. HEX triplet: 2F, 47 and 36. RGB value is (47,71,54). Sum of RGB (Red+Green+Blue) = 47+71+54=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4736 is #D0B8C9. Grayscale: #3D3D3D. Windows color (decimal): -13678794 or 3557167. OLE color: 3557167.
HSL color Cylindrical-coordinate representation of color #2F4736: hue angle of 137.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4736 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 54 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.72 |
| HSL | 137.5º | 0.2% | 0.23% | - |
| HSV(B) | 137.5º | 0.34% | 0.28% | - |
| XYZ | 4.09 | 5.38 | 4.31 | - |
| YUV | 61.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 54 | 0.34 | 0 | 0.24 | 0.72 | 137.5 | 0.2 | 0.23 |
| Hex | 2F | 47 | 36 | 22 | 0 | 18 | 48 | 8A | 14 | 17 |
| Octal | 57 | 107 | 66 | 42 | 0 | 30 | 110 | 212 | 24 | 27 |
| Binary | 101111 | 1000111 | 110110 | 100010 | 0 | 11000 | 1001000 | 10001010 | 10100 | 10111 |
Color Harmonies of #2F4736
Complementary color
Monochromatic Colors of #2F4736
Black with #2F4736
Text Example
Text Example
White with #2F4736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4736; }
p { color: rgb(47,71,54); }
H1.HeaderClassName
{
color: #2F4736;
}
.AnyTagClassName
{
color: #2F4736;
}
</style>
background-color css
<style>
a { background-color: #2F4736; }
a { background-color: rgb(47,71,54); }
div.DivClassName
{
background-color: #2F4736;
}
.BgClassName
{
background-color: #2F4736;
}
</style>
border-color css
<style>
span { border-color: #2F4736; }
span { border-color: rgb(47,71,54); }
td.TdClassName
{
border-color: #2F4736;
}
.TagClassName
{
border-color: #2F4736;
}
</style>