Shades of Timber Green #2F3A32
Tints of Timber Green #2F3A32
RGB
CMYK
RGB Variations
Color information
#2F3A32 (or 0x2F3A32) is known color: Timber Green. HEX triplet: 2F, 3A and 32. RGB value is (47,58,50). Sum of RGB (Red+Green+Blue) = 47+58+50=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #2F3A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3A32 is #D0C5CD. Grayscale: #353535. Windows color (decimal): -13682126 or 3291695. OLE color: 3291695.
HSL color Cylindrical-coordinate representation of color #2F3A32: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F3A32 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 58 | 50 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.77 |
| HSL | 136.36º | 0.1% | 0.21% | - |
| HSV(B) | 136.36º | 0.19% | 0.23% | - |
| XYZ | 3.26 | 3.86 | 3.59 | - |
| YUV | 53.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 50 | 0.19 | 0 | 0.14 | 0.77 | 136.36 | 0.1 | 0.21 |
| Hex | 2F | 3A | 32 | 13 | 0 | E | 4D | 88 | A | 15 |
| Octal | 57 | 72 | 62 | 23 | 0 | 16 | 115 | 210 | 12 | 25 |
| Binary | 101111 | 111010 | 110010 | 10011 | 0 | 1110 | 1001101 | 10001000 | 1010 | 10101 |
Color Harmonies of #2F3A32
Complementary color
Monochromatic Colors of #2F3A32
Black with #2F3A32
Text Example
Text Example
White with #2F3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A32; }
p { color: rgb(47,58,50); }
H1.HeaderClassName
{
color: #2F3A32;
}
.AnyTagClassName
{
color: #2F3A32;
}
</style>
background-color css
<style>
a { background-color: #2F3A32; }
a { background-color: rgb(47,58,50); }
div.DivClassName
{
background-color: #2F3A32;
}
.BgClassName
{
background-color: #2F3A32;
}
</style>
border-color css
<style>
span { border-color: #2F3A32; }
span { border-color: rgb(47,58,50); }
td.TdClassName
{
border-color: #2F3A32;
}
.TagClassName
{
border-color: #2F3A32;
}
</style>