Shades of Timber Green #2F4534
Tints of Timber Green #2F4534
RGB
CMYK
RGB Variations
Color information
#2F4534 (or 0x2F4534) is known color: Timber Green. HEX triplet: 2F, 45 and 34. RGB value is (47,69,52). Sum of RGB (Red+Green+Blue) = 47+69+52=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4534 is #D0BACB. Grayscale: #3C3C3C. Windows color (decimal): -13679308 or 3425583. OLE color: 3425583.
HSL color Cylindrical-coordinate representation of color #2F4534: hue angle of 133.64º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F4534 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 52 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.73 |
| HSL | 133.64º | 0.19% | 0.23% | - |
| HSV(B) | 133.64º | 0.32% | 0.27% | - |
| XYZ | 3.92 | 5.11 | 4.03 | - |
| YUV | 60.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 52 | 0.32 | 0 | 0.25 | 0.73 | 133.64 | 0.19 | 0.23 |
| Hex | 2F | 45 | 34 | 20 | 0 | 19 | 49 | 86 | 13 | 17 |
| Octal | 57 | 105 | 64 | 40 | 0 | 31 | 111 | 206 | 23 | 27 |
| Binary | 101111 | 1000101 | 110100 | 100000 | 0 | 11001 | 1001001 | 10000110 | 10011 | 10111 |
Color Harmonies of #2F4534
Complementary color
Monochromatic Colors of #2F4534
Black with #2F4534
Text Example
Text Example
White with #2F4534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4534; }
p { color: rgb(47,69,52); }
H1.HeaderClassName
{
color: #2F4534;
}
.AnyTagClassName
{
color: #2F4534;
}
</style>
background-color css
<style>
a { background-color: #2F4534; }
a { background-color: rgb(47,69,52); }
div.DivClassName
{
background-color: #2F4534;
}
.BgClassName
{
background-color: #2F4534;
}
</style>
border-color css
<style>
span { border-color: #2F4534; }
span { border-color: rgb(47,69,52); }
td.TdClassName
{
border-color: #2F4534;
}
.TagClassName
{
border-color: #2F4534;
}
</style>