Shades of Timber Green #2F3C31
Tints of Timber Green #2F3C31
RGB
CMYK
RGB Variations
Color information
#2F3C31 (or 0x2F3C31) is known color: Timber Green. HEX triplet: 2F, 3C and 31. RGB value is (47,60,49). Sum of RGB (Red+Green+Blue) = 47+60+49=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3C31 is #D0C3CE. Grayscale: #363636. Windows color (decimal): -13681615 or 3226671. OLE color: 3226671.
HSL color Cylindrical-coordinate representation of color #2F3C31: hue angle of 129.23º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2F3C31 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 49 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.76 |
| HSL | 129.23º | 0.12% | 0.21% | - |
| HSV(B) | 129.23º | 0.22% | 0.24% | - |
| XYZ | 3.34 | 4.06 | 3.51 | - |
| YUV | 54.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 49 | 0.22 | 0 | 0.18 | 0.76 | 129.23 | 0.12 | 0.21 |
| Hex | 2F | 3C | 31 | 16 | 0 | 12 | 4C | 81 | C | 15 |
| Octal | 57 | 74 | 61 | 26 | 0 | 22 | 114 | 201 | 14 | 25 |
| Binary | 101111 | 111100 | 110001 | 10110 | 0 | 10010 | 1001100 | 10000001 | 1100 | 10101 |
Color Harmonies of #2F3C31
Complementary color
Monochromatic Colors of #2F3C31
Black with #2F3C31
Text Example
Text Example
White with #2F3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C31; }
p { color: rgb(47,60,49); }
H1.HeaderClassName
{
color: #2F3C31;
}
.AnyTagClassName
{
color: #2F3C31;
}
</style>
background-color css
<style>
a { background-color: #2F3C31; }
a { background-color: rgb(47,60,49); }
div.DivClassName
{
background-color: #2F3C31;
}
.BgClassName
{
background-color: #2F3C31;
}
</style>
border-color css
<style>
span { border-color: #2F3C31; }
span { border-color: rgb(47,60,49); }
td.TdClassName
{
border-color: #2F3C31;
}
.TagClassName
{
border-color: #2F3C31;
}
</style>