Shades of Timber Green #2F472F
Tints of Timber Green #2F472F
RGB
CMYK
RGB Variations
Color information
#2F472F (or 0x2F472F) is known color: Timber Green. HEX triplet: 2F, 47 and 2F. RGB value is (47,71,47). Sum of RGB (Red+Green+Blue) = 47+71+47=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #2F472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F472F is #D0B8D0. Grayscale: #3D3D3D. Windows color (decimal): -13678801 or 3098415. OLE color: 3098415.
HSL color Cylindrical-coordinate representation of color #2F472F: hue angle of 120º 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 #2F472F is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 47 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.72 |
| HSL | 120º | 0.2% | 0.23% | - |
| HSV(B) | 120º | 0.34% | 0.28% | - |
| XYZ | 3.94 | 5.32 | 3.51 | - |
| YUV | 61.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 47 | 0.34 | 0 | 0.34 | 0.72 | 120 | 0.2 | 0.23 |
| Hex | 2F | 47 | 2F | 22 | 0 | 22 | 48 | 78 | 14 | 17 |
| Octal | 57 | 107 | 57 | 42 | 0 | 42 | 110 | 170 | 24 | 27 |
| Binary | 101111 | 1000111 | 101111 | 100010 | 0 | 100010 | 1001000 | 1111000 | 10100 | 10111 |
Color Harmonies of #2F472F
Complementary color
Monochromatic Colors of #2F472F
Black with #2F472F
Text Example
Text Example
White with #2F472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F472F; }
p { color: rgb(47,71,47); }
H1.HeaderClassName
{
color: #2F472F;
}
.AnyTagClassName
{
color: #2F472F;
}
</style>
background-color css
<style>
a { background-color: #2F472F; }
a { background-color: rgb(47,71,47); }
div.DivClassName
{
background-color: #2F472F;
}
.BgClassName
{
background-color: #2F472F;
}
</style>
border-color css
<style>
span { border-color: #2F472F; }
span { border-color: rgb(47,71,47); }
td.TdClassName
{
border-color: #2F472F;
}
.TagClassName
{
border-color: #2F472F;
}
</style>