Shades of Timber Green #2F4730
Tints of Timber Green #2F4730
RGB
CMYK
RGB Variations
Color information
#2F4730 (or 0x2F4730) is known color: Timber Green. HEX triplet: 2F, 47 and 30. RGB value is (47,71,48). Sum of RGB (Red+Green+Blue) = 47+71+48=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4730 is #D0B8CF. Grayscale: #3D3D3D. Windows color (decimal): -13678800 or 3163951. OLE color: 3163951.
HSL color Cylindrical-coordinate representation of color #2F4730: hue angle of 122.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 #2F4730 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 48 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.72 |
| HSL | 122.5º | 0.2% | 0.23% | - |
| HSV(B) | 122.5º | 0.34% | 0.28% | - |
| XYZ | 3.96 | 5.32 | 3.62 | - |
| YUV | 61.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 48 | 0.34 | 0 | 0.32 | 0.72 | 122.5 | 0.2 | 0.23 |
| Hex | 2F | 47 | 30 | 22 | 0 | 20 | 48 | 7B | 14 | 17 |
| Octal | 57 | 107 | 60 | 42 | 0 | 40 | 110 | 173 | 24 | 27 |
| Binary | 101111 | 1000111 | 110000 | 100010 | 0 | 100000 | 1001000 | 1111011 | 10100 | 10111 |
Color Harmonies of #2F4730
Complementary color
Monochromatic Colors of #2F4730
Black with #2F4730
Text Example
Text Example
White with #2F4730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4730; }
p { color: rgb(47,71,48); }
H1.HeaderClassName
{
color: #2F4730;
}
.AnyTagClassName
{
color: #2F4730;
}
</style>
background-color css
<style>
a { background-color: #2F4730; }
a { background-color: rgb(47,71,48); }
div.DivClassName
{
background-color: #2F4730;
}
.BgClassName
{
background-color: #2F4730;
}
</style>
border-color css
<style>
span { border-color: #2F4730; }
span { border-color: rgb(47,71,48); }
td.TdClassName
{
border-color: #2F4730;
}
.TagClassName
{
border-color: #2F4730;
}
</style>