Shades of Timber Green #2F4131
Tints of Timber Green #2F4131
RGB
CMYK
RGB Variations
Color information
#2F4131 (or 0x2F4131) is known color: Timber Green. HEX triplet: 2F, 41 and 31. RGB value is (47,65,49). Sum of RGB (Red+Green+Blue) = 47+65+49=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4131 is #D0BECE. Grayscale: #393939. Windows color (decimal): -13680335 or 3227951. OLE color: 3227951.
HSL color Cylindrical-coordinate representation of color #2F4131: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F4131 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 49 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.75 |
| HSL | 126.67º | 0.16% | 0.22% | - |
| HSV(B) | 126.67º | 0.28% | 0.25% | - |
| XYZ | 3.62 | 4.61 | 3.6 | - |
| YUV | 57.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 49 | 0.28 | 0 | 0.25 | 0.75 | 126.67 | 0.16 | 0.22 |
| Hex | 2F | 41 | 31 | 1C | 0 | 19 | 4B | 7F | 10 | 16 |
| Octal | 57 | 101 | 61 | 34 | 0 | 31 | 113 | 177 | 20 | 26 |
| Binary | 101111 | 1000001 | 110001 | 11100 | 0 | 11001 | 1001011 | 1111111 | 10000 | 10110 |
Color Harmonies of #2F4131
Complementary color
Monochromatic Colors of #2F4131
Black with #2F4131
Text Example
Text Example
White with #2F4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4131; }
p { color: rgb(47,65,49); }
H1.HeaderClassName
{
color: #2F4131;
}
.AnyTagClassName
{
color: #2F4131;
}
</style>
background-color css
<style>
a { background-color: #2F4131; }
a { background-color: rgb(47,65,49); }
div.DivClassName
{
background-color: #2F4131;
}
.BgClassName
{
background-color: #2F4131;
}
</style>
border-color css
<style>
span { border-color: #2F4131; }
span { border-color: rgb(47,65,49); }
td.TdClassName
{
border-color: #2F4131;
}
.TagClassName
{
border-color: #2F4131;
}
</style>