Shades of Timber Green #2F4433
Tints of Timber Green #2F4433
RGB
CMYK
RGB Variations
Color information
#2F4433 (or 0x2F4433) is known color: Timber Green. HEX triplet: 2F, 44 and 33. RGB value is (47,68,51). Sum of RGB (Red+Green+Blue) = 47+68+51=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4433 is #D0BBCC. Grayscale: #3B3B3B. Windows color (decimal): -13679565 or 3359791. OLE color: 3359791.
HSL color Cylindrical-coordinate representation of color #2F4433: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F4433 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 51 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.73 |
| HSL | 131.43º | 0.18% | 0.23% | - |
| HSV(B) | 131.43º | 0.31% | 0.27% | - |
| XYZ | 3.84 | 4.98 | 3.89 | - |
| YUV | 59.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 51 | 0.31 | 0 | 0.25 | 0.73 | 131.43 | 0.18 | 0.23 |
| Hex | 2F | 44 | 33 | 1F | 0 | 19 | 49 | 83 | 12 | 17 |
| Octal | 57 | 104 | 63 | 37 | 0 | 31 | 111 | 203 | 22 | 27 |
| Binary | 101111 | 1000100 | 110011 | 11111 | 0 | 11001 | 1001001 | 10000011 | 10010 | 10111 |
Color Harmonies of #2F4433
Complementary color
Monochromatic Colors of #2F4433
Black with #2F4433
Text Example
Text Example
White with #2F4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4433; }
p { color: rgb(47,68,51); }
H1.HeaderClassName
{
color: #2F4433;
}
.AnyTagClassName
{
color: #2F4433;
}
</style>
background-color css
<style>
a { background-color: #2F4433; }
a { background-color: rgb(47,68,51); }
div.DivClassName
{
background-color: #2F4433;
}
.BgClassName
{
background-color: #2F4433;
}
</style>
border-color css
<style>
span { border-color: #2F4433; }
span { border-color: rgb(47,68,51); }
td.TdClassName
{
border-color: #2F4433;
}
.TagClassName
{
border-color: #2F4433;
}
</style>