Shades of Timber Green #2F4034
Tints of Timber Green #2F4034
RGB
CMYK
RGB Variations
Color information
#2F4034 (or 0x2F4034) is known color: Timber Green. HEX triplet: 2F, 40 and 34. RGB value is (47,64,52). Sum of RGB (Red+Green+Blue) = 47+64+52=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4034 is #D0BFCB. Grayscale: #393939. Windows color (decimal): -13680588 or 3424303. OLE color: 3424303.
HSL color Cylindrical-coordinate representation of color #2F4034: hue angle of 137.65º 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 #2F4034 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 52 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.75 |
| HSL | 137.65º | 0.15% | 0.22% | - |
| HSV(B) | 137.65º | 0.27% | 0.25% | - |
| XYZ | 3.63 | 4.52 | 3.93 | - |
| YUV | 57.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 52 | 0.27 | 0 | 0.19 | 0.75 | 137.65 | 0.15 | 0.22 |
| Hex | 2F | 40 | 34 | 1B | 0 | 13 | 4B | 8A | F | 16 |
| Octal | 57 | 100 | 64 | 33 | 0 | 23 | 113 | 212 | 17 | 26 |
| Binary | 101111 | 1000000 | 110100 | 11011 | 0 | 10011 | 1001011 | 10001010 | 1111 | 10110 |
Color Harmonies of #2F4034
Complementary color
Monochromatic Colors of #2F4034
Black with #2F4034
Text Example
Text Example
White with #2F4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4034; }
p { color: rgb(47,64,52); }
H1.HeaderClassName
{
color: #2F4034;
}
.AnyTagClassName
{
color: #2F4034;
}
</style>
background-color css
<style>
a { background-color: #2F4034; }
a { background-color: rgb(47,64,52); }
div.DivClassName
{
background-color: #2F4034;
}
.BgClassName
{
background-color: #2F4034;
}
</style>
border-color css
<style>
span { border-color: #2F4034; }
span { border-color: rgb(47,64,52); }
td.TdClassName
{
border-color: #2F4034;
}
.TagClassName
{
border-color: #2F4034;
}
</style>