Shades of Timber Green #2F482F
Tints of Timber Green #2F482F
RGB
CMYK
RGB Variations
Color information
#2F482F (or 0x2F482F) is known color: Timber Green. HEX triplet: 2F, 48 and 2F. RGB value is (47,72,47). Sum of RGB (Red+Green+Blue) = 47+72+47=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #2F482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F482F is #D0B7D0. Grayscale: #3D3D3D. Windows color (decimal): -13678545 or 3098671. OLE color: 3098671.
HSL color Cylindrical-coordinate representation of color #2F482F: hue angle of 120º 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 #2F482F is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 47 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.72 |
| HSL | 120º | 0.21% | 0.23% | - |
| HSV(B) | 120º | 0.35% | 0.28% | - |
| XYZ | 4 | 5.44 | 3.53 | - |
| YUV | 61.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 47 | 0.35 | 0 | 0.35 | 0.72 | 120 | 0.21 | 0.23 |
| Hex | 2F | 48 | 2F | 23 | 0 | 23 | 48 | 78 | 15 | 17 |
| Octal | 57 | 110 | 57 | 43 | 0 | 43 | 110 | 170 | 25 | 27 |
| Binary | 101111 | 1001000 | 101111 | 100011 | 0 | 100011 | 1001000 | 1111000 | 10101 | 10111 |
Color Harmonies of #2F482F
Complementary color
Monochromatic Colors of #2F482F
Black with #2F482F
Text Example
Text Example
White with #2F482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F482F; }
p { color: rgb(47,72,47); }
H1.HeaderClassName
{
color: #2F482F;
}
.AnyTagClassName
{
color: #2F482F;
}
</style>
background-color css
<style>
a { background-color: #2F482F; }
a { background-color: rgb(47,72,47); }
div.DivClassName
{
background-color: #2F482F;
}
.BgClassName
{
background-color: #2F482F;
}
</style>
border-color css
<style>
span { border-color: #2F482F; }
span { border-color: rgb(47,72,47); }
td.TdClassName
{
border-color: #2F482F;
}
.TagClassName
{
border-color: #2F482F;
}
</style>