Shades of Timber Green #2F4232
Tints of Timber Green #2F4232
RGB
CMYK
RGB Variations
Color information
#2F4232 (or 0x2F4232) is known color: Timber Green. HEX triplet: 2F, 42 and 32. RGB value is (47,66,50). Sum of RGB (Red+Green+Blue) = 47+66+50=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4232 is #D0BDCD. Grayscale: #3A3A3A. Windows color (decimal): -13680078 or 3293743. OLE color: 3293743.
HSL color Cylindrical-coordinate representation of color #2F4232: hue angle of 129.47º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F4232 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 66 | 50 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.74 |
| HSL | 129.47º | 0.17% | 0.22% | - |
| HSV(B) | 129.47º | 0.29% | 0.26% | - |
| XYZ | 3.7 | 4.73 | 3.74 | - |
| YUV | 58.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 50 | 0.29 | 0 | 0.24 | 0.74 | 129.47 | 0.17 | 0.22 |
| Hex | 2F | 42 | 32 | 1D | 0 | 18 | 4A | 81 | 11 | 16 |
| Octal | 57 | 102 | 62 | 35 | 0 | 30 | 112 | 201 | 21 | 26 |
| Binary | 101111 | 1000010 | 110010 | 11101 | 0 | 11000 | 1001010 | 10000001 | 10001 | 10110 |
Color Harmonies of #2F4232
Complementary color
Monochromatic Colors of #2F4232
Black with #2F4232
Text Example
Text Example
White with #2F4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4232; }
p { color: rgb(47,66,50); }
H1.HeaderClassName
{
color: #2F4232;
}
.AnyTagClassName
{
color: #2F4232;
}
</style>
background-color css
<style>
a { background-color: #2F4232; }
a { background-color: rgb(47,66,50); }
div.DivClassName
{
background-color: #2F4232;
}
.BgClassName
{
background-color: #2F4232;
}
</style>
border-color css
<style>
span { border-color: #2F4232; }
span { border-color: rgb(47,66,50); }
td.TdClassName
{
border-color: #2F4232;
}
.TagClassName
{
border-color: #2F4232;
}
</style>