Shades of Timber Green #2F4830
Tints of Timber Green #2F4830
RGB
CMYK
RGB Variations
Color information
#2F4830 (or 0x2F4830) is known color: Timber Green. HEX triplet: 2F, 48 and 30. RGB value is (47,72,48). Sum of RGB (Red+Green+Blue) = 47+72+48=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4830 is #D0B7CF. Grayscale: #3D3D3D. Windows color (decimal): -13678544 or 3164207. OLE color: 3164207.
HSL color Cylindrical-coordinate representation of color #2F4830: hue angle of 122.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F4830 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 48 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.72 |
| HSL | 122.4º | 0.21% | 0.23% | - |
| HSV(B) | 122.4º | 0.35% | 0.28% | - |
| XYZ | 4.02 | 5.45 | 3.64 | - |
| YUV | 61.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 48 | 0.35 | 0 | 0.33 | 0.72 | 122.4 | 0.21 | 0.23 |
| Hex | 2F | 48 | 30 | 23 | 0 | 21 | 48 | 7A | 15 | 17 |
| Octal | 57 | 110 | 60 | 43 | 0 | 41 | 110 | 172 | 25 | 27 |
| Binary | 101111 | 1001000 | 110000 | 100011 | 0 | 100001 | 1001000 | 1111010 | 10101 | 10111 |
Color Harmonies of #2F4830
Complementary color
Monochromatic Colors of #2F4830
Black with #2F4830
Text Example
Text Example
White with #2F4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4830; }
p { color: rgb(47,72,48); }
H1.HeaderClassName
{
color: #2F4830;
}
.AnyTagClassName
{
color: #2F4830;
}
</style>
background-color css
<style>
a { background-color: #2F4830; }
a { background-color: rgb(47,72,48); }
div.DivClassName
{
background-color: #2F4830;
}
.BgClassName
{
background-color: #2F4830;
}
</style>
border-color css
<style>
span { border-color: #2F4830; }
span { border-color: rgb(47,72,48); }
td.TdClassName
{
border-color: #2F4830;
}
.TagClassName
{
border-color: #2F4830;
}
</style>