Shades of Timber Green #2F3E34
Tints of Timber Green #2F3E34
RGB
CMYK
RGB Variations
Color information
#2F3E34 (or 0x2F3E34) is known color: Timber Green. HEX triplet: 2F, 3E and 34. RGB value is (47,62,52). Sum of RGB (Red+Green+Blue) = 47+62+52=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E34 is #D0C1CB. Grayscale: #383838. Windows color (decimal): -13681100 or 3423791. OLE color: 3423791.
HSL color Cylindrical-coordinate representation of color #2F3E34: hue angle of 140º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3E34 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 52 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.76 |
| HSL | 140º | 0.14% | 0.21% | - |
| HSV(B) | 140º | 0.24% | 0.24% | - |
| XYZ | 3.51 | 4.3 | 3.89 | - |
| YUV | 56.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 52 | 0.24 | 0 | 0.16 | 0.76 | 140 | 0.14 | 0.21 |
| Hex | 2F | 3E | 34 | 18 | 0 | 10 | 4C | 8C | E | 15 |
| Octal | 57 | 76 | 64 | 30 | 0 | 20 | 114 | 214 | 16 | 25 |
| Binary | 101111 | 111110 | 110100 | 11000 | 0 | 10000 | 1001100 | 10001100 | 1110 | 10101 |
Color Harmonies of #2F3E34
Complementary color
Monochromatic Colors of #2F3E34
Black with #2F3E34
Text Example
Text Example
White with #2F3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E34; }
p { color: rgb(47,62,52); }
H1.HeaderClassName
{
color: #2F3E34;
}
.AnyTagClassName
{
color: #2F3E34;
}
</style>
background-color css
<style>
a { background-color: #2F3E34; }
a { background-color: rgb(47,62,52); }
div.DivClassName
{
background-color: #2F3E34;
}
.BgClassName
{
background-color: #2F3E34;
}
</style>
border-color css
<style>
span { border-color: #2F3E34; }
span { border-color: rgb(47,62,52); }
td.TdClassName
{
border-color: #2F3E34;
}
.TagClassName
{
border-color: #2F3E34;
}
</style>