Shades of Timber Green #2F4230
Tints of Timber Green #2F4230
RGB
CMYK
RGB Variations
Color information
#2F4230 (or 0x2F4230) is known color: Timber Green. HEX triplet: 2F, 42 and 30. RGB value is (47,66,48). Sum of RGB (Red+Green+Blue) = 47+66+48=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4230 is #D0BDCF. Grayscale: #3A3A3A. Windows color (decimal): -13680080 or 3162671. OLE color: 3162671.
HSL color Cylindrical-coordinate representation of color #2F4230: hue angle of 123.16º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F4230 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 66 | 48 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.74 |
| HSL | 123.16º | 0.17% | 0.22% | - |
| HSV(B) | 123.16º | 0.29% | 0.26% | - |
| XYZ | 3.65 | 4.71 | 3.51 | - |
| YUV | 58.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 48 | 0.29 | 0 | 0.27 | 0.74 | 123.16 | 0.17 | 0.22 |
| Hex | 2F | 42 | 30 | 1D | 0 | 1B | 4A | 7B | 11 | 16 |
| Octal | 57 | 102 | 60 | 35 | 0 | 33 | 112 | 173 | 21 | 26 |
| Binary | 101111 | 1000010 | 110000 | 11101 | 0 | 11011 | 1001010 | 1111011 | 10001 | 10110 |
Color Harmonies of #2F4230
Complementary color
Monochromatic Colors of #2F4230
Black with #2F4230
Text Example
Text Example
White with #2F4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4230; }
p { color: rgb(47,66,48); }
H1.HeaderClassName
{
color: #2F4230;
}
.AnyTagClassName
{
color: #2F4230;
}
</style>
background-color css
<style>
a { background-color: #2F4230; }
a { background-color: rgb(47,66,48); }
div.DivClassName
{
background-color: #2F4230;
}
.BgClassName
{
background-color: #2F4230;
}
</style>
border-color css
<style>
span { border-color: #2F4230; }
span { border-color: rgb(47,66,48); }
td.TdClassName
{
border-color: #2F4230;
}
.TagClassName
{
border-color: #2F4230;
}
</style>