Shades of Timber Green #2F3E32
Tints of Timber Green #2F3E32
RGB
CMYK
RGB Variations
Color information
#2F3E32 (or 0x2F3E32) is known color: Timber Green. HEX triplet: 2F, 3E and 32. RGB value is (47,62,50). Sum of RGB (Red+Green+Blue) = 47+62+50=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E32 is #D0C1CD. Grayscale: #383838. Windows color (decimal): -13681102 or 3292719. OLE color: 3292719.
HSL color Cylindrical-coordinate representation of color #2F3E32: hue angle of 132º 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 #2F3E32 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 50 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.76 |
| HSL | 132º | 0.14% | 0.21% | - |
| HSV(B) | 132º | 0.24% | 0.24% | - |
| XYZ | 3.47 | 4.28 | 3.66 | - |
| YUV | 56.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 50 | 0.24 | 0 | 0.19 | 0.76 | 132 | 0.14 | 0.21 |
| Hex | 2F | 3E | 32 | 18 | 0 | 13 | 4C | 84 | E | 15 |
| Octal | 57 | 76 | 62 | 30 | 0 | 23 | 114 | 204 | 16 | 25 |
| Binary | 101111 | 111110 | 110010 | 11000 | 0 | 10011 | 1001100 | 10000100 | 1110 | 10101 |
Color Harmonies of #2F3E32
Complementary color
Monochromatic Colors of #2F3E32
Black with #2F3E32
Text Example
Text Example
White with #2F3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E32; }
p { color: rgb(47,62,50); }
H1.HeaderClassName
{
color: #2F3E32;
}
.AnyTagClassName
{
color: #2F3E32;
}
</style>
background-color css
<style>
a { background-color: #2F3E32; }
a { background-color: rgb(47,62,50); }
div.DivClassName
{
background-color: #2F3E32;
}
.BgClassName
{
background-color: #2F3E32;
}
</style>
border-color css
<style>
span { border-color: #2F3E32; }
span { border-color: rgb(47,62,50); }
td.TdClassName
{
border-color: #2F3E32;
}
.TagClassName
{
border-color: #2F3E32;
}
</style>