Shades of Timber Green #2F4132
Tints of Timber Green #2F4132
RGB
CMYK
RGB Variations
Color information
#2F4132 (or 0x2F4132) is known color: Timber Green. HEX triplet: 2F, 41 and 32. RGB value is (47,65,50). Sum of RGB (Red+Green+Blue) = 47+65+50=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4132 is #D0BECD. Grayscale: #393939. Windows color (decimal): -13680334 or 3293487. OLE color: 3293487.
HSL color Cylindrical-coordinate representation of color #2F4132: hue angle of 130º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F4132 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 50 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.75 |
| HSL | 130º | 0.16% | 0.22% | - |
| HSV(B) | 130º | 0.28% | 0.25% | - |
| XYZ | 3.64 | 4.62 | 3.72 | - |
| YUV | 57.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 50 | 0.28 | 0 | 0.23 | 0.75 | 130 | 0.16 | 0.22 |
| Hex | 2F | 41 | 32 | 1C | 0 | 17 | 4B | 82 | 10 | 16 |
| Octal | 57 | 101 | 62 | 34 | 0 | 27 | 113 | 202 | 20 | 26 |
| Binary | 101111 | 1000001 | 110010 | 11100 | 0 | 10111 | 1001011 | 10000010 | 10000 | 10110 |
Color Harmonies of #2F4132
Complementary color
Monochromatic Colors of #2F4132
Black with #2F4132
Text Example
Text Example
White with #2F4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4132; }
p { color: rgb(47,65,50); }
H1.HeaderClassName
{
color: #2F4132;
}
.AnyTagClassName
{
color: #2F4132;
}
</style>
background-color css
<style>
a { background-color: #2F4132; }
a { background-color: rgb(47,65,50); }
div.DivClassName
{
background-color: #2F4132;
}
.BgClassName
{
background-color: #2F4132;
}
</style>
border-color css
<style>
span { border-color: #2F4132; }
span { border-color: rgb(47,65,50); }
td.TdClassName
{
border-color: #2F4132;
}
.TagClassName
{
border-color: #2F4132;
}
</style>