Shades of Timber Green #2F4831
Tints of Timber Green #2F4831
RGB
CMYK
RGB Variations
Color information
#2F4831 (or 0x2F4831) is known color: Timber Green. HEX triplet: 2F, 48 and 31. RGB value is (47,72,49). Sum of RGB (Red+Green+Blue) = 47+72+49=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4831 is #D0B7CE. Grayscale: #3D3D3D. Windows color (decimal): -13678543 or 3229743. OLE color: 3229743.
HSL color Cylindrical-coordinate representation of color #2F4831: hue angle of 124.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F4831 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 49 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.72 |
| HSL | 124.8º | 0.21% | 0.23% | - |
| HSV(B) | 124.8º | 0.35% | 0.28% | - |
| XYZ | 4.04 | 5.46 | 3.75 | - |
| YUV | 61.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 49 | 0.35 | 0 | 0.32 | 0.72 | 124.8 | 0.21 | 0.23 |
| Hex | 2F | 48 | 31 | 23 | 0 | 20 | 48 | 7D | 15 | 17 |
| Octal | 57 | 110 | 61 | 43 | 0 | 40 | 110 | 175 | 25 | 27 |
| Binary | 101111 | 1001000 | 110001 | 100011 | 0 | 100000 | 1001000 | 1111101 | 10101 | 10111 |
Color Harmonies of #2F4831
Complementary color
Monochromatic Colors of #2F4831
Black with #2F4831
Text Example
Text Example
White with #2F4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4831; }
p { color: rgb(47,72,49); }
H1.HeaderClassName
{
color: #2F4831;
}
.AnyTagClassName
{
color: #2F4831;
}
</style>
background-color css
<style>
a { background-color: #2F4831; }
a { background-color: rgb(47,72,49); }
div.DivClassName
{
background-color: #2F4831;
}
.BgClassName
{
background-color: #2F4831;
}
</style>
border-color css
<style>
span { border-color: #2F4831; }
span { border-color: rgb(47,72,49); }
td.TdClassName
{
border-color: #2F4831;
}
.TagClassName
{
border-color: #2F4831;
}
</style>