Shades of Timber Green #2F4031
Tints of Timber Green #2F4031
RGB
CMYK
RGB Variations
Color information
#2F4031 (or 0x2F4031) is known color: Timber Green. HEX triplet: 2F, 40 and 31. RGB value is (47,64,49). Sum of RGB (Red+Green+Blue) = 47+64+49=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4031 is #D0BFCE. Grayscale: #393939. Windows color (decimal): -13680591 or 3227695. OLE color: 3227695.
HSL color Cylindrical-coordinate representation of color #2F4031: hue angle of 127.06º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F4031 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 49 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.75 |
| HSL | 127.06º | 0.15% | 0.22% | - |
| HSV(B) | 127.06º | 0.27% | 0.25% | - |
| XYZ | 3.56 | 4.49 | 3.59 | - |
| YUV | 57.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 49 | 0.27 | 0 | 0.23 | 0.75 | 127.06 | 0.15 | 0.22 |
| Hex | 2F | 40 | 31 | 1B | 0 | 17 | 4B | 7F | F | 16 |
| Octal | 57 | 100 | 61 | 33 | 0 | 27 | 113 | 177 | 17 | 26 |
| Binary | 101111 | 1000000 | 110001 | 11011 | 0 | 10111 | 1001011 | 1111111 | 1111 | 10110 |
Color Harmonies of #2F4031
Complementary color
Monochromatic Colors of #2F4031
Black with #2F4031
Text Example
Text Example
White with #2F4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4031; }
p { color: rgb(47,64,49); }
H1.HeaderClassName
{
color: #2F4031;
}
.AnyTagClassName
{
color: #2F4031;
}
</style>
background-color css
<style>
a { background-color: #2F4031; }
a { background-color: rgb(47,64,49); }
div.DivClassName
{
background-color: #2F4031;
}
.BgClassName
{
background-color: #2F4031;
}
</style>
border-color css
<style>
span { border-color: #2F4031; }
span { border-color: rgb(47,64,49); }
td.TdClassName
{
border-color: #2F4031;
}
.TagClassName
{
border-color: #2F4031;
}
</style>