Shades of Timber Green #2F4033
Tints of Timber Green #2F4033
RGB
CMYK
RGB Variations
Color information
#2F4033 (or 0x2F4033) is known color: Timber Green. HEX triplet: 2F, 40 and 33. RGB value is (47,64,51). Sum of RGB (Red+Green+Blue) = 47+64+51=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4033 is #D0BFCC. Grayscale: #393939. Windows color (decimal): -13680589 or 3358767. OLE color: 3358767.
HSL color Cylindrical-coordinate representation of color #2F4033: hue angle of 134.12º 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 #2F4033 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 51 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.75 |
| HSL | 134.12º | 0.15% | 0.22% | - |
| HSV(B) | 134.12º | 0.27% | 0.25% | - |
| XYZ | 3.6 | 4.51 | 3.81 | - |
| YUV | 57.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 51 | 0.27 | 0 | 0.20 | 0.75 | 134.12 | 0.15 | 0.22 |
| Hex | 2F | 40 | 33 | 1B | 0 | 14 | 4B | 86 | F | 16 |
| Octal | 57 | 100 | 63 | 33 | 0 | 24 | 113 | 206 | 17 | 26 |
| Binary | 101111 | 1000000 | 110011 | 11011 | 0 | 10100 | 1001011 | 10000110 | 1111 | 10110 |
Color Harmonies of #2F4033
Complementary color
Monochromatic Colors of #2F4033
Black with #2F4033
Text Example
Text Example
White with #2F4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4033; }
p { color: rgb(47,64,51); }
H1.HeaderClassName
{
color: #2F4033;
}
.AnyTagClassName
{
color: #2F4033;
}
</style>
background-color css
<style>
a { background-color: #2F4033; }
a { background-color: rgb(47,64,51); }
div.DivClassName
{
background-color: #2F4033;
}
.BgClassName
{
background-color: #2F4033;
}
</style>
border-color css
<style>
span { border-color: #2F4033; }
span { border-color: rgb(47,64,51); }
td.TdClassName
{
border-color: #2F4033;
}
.TagClassName
{
border-color: #2F4033;
}
</style>