Shades of Wood Bark #2F2926
Tints of Wood Bark #2F2926
RGB
CMYK
RGB Variations
Color information
#2F2926 (or 0x2F2926) is known color: Wood Bark. HEX triplet: 2F, 29 and 26. RGB value is (47,41,38). Sum of RGB (Red+Green+Blue) = 47+41+38=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2926 is #D0D6D9. Grayscale: #2A2A2A. Windows color (decimal): -13686490 or 2500911. OLE color: 2500911.
HSL color Cylindrical-coordinate representation of color #2F2926: hue angle of 20º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F2926 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 41 | 38 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.82 |
| HSL | 20º | 0.11% | 0.17% | - |
| HSV(B) | 20º | 0.19% | 0.18% | - |
| XYZ | 2.32 | 2.33 | 2.16 | - |
| YUV | 42.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 38 | 0 | 0.13 | 0.19 | 0.82 | 20 | 0.11 | 0.17 |
| Hex | 2F | 29 | 26 | 0 | D | 13 | 52 | 14 | B | 11 |
| Octal | 57 | 51 | 46 | 0 | 15 | 23 | 122 | 24 | 13 | 21 |
| Binary | 101111 | 101001 | 100110 | 0 | 1101 | 10011 | 1010010 | 10100 | 1011 | 10001 |
Color Harmonies of #2F2926
Complementary color
Monochromatic Colors of #2F2926
Black with #2F2926
Text Example
Text Example
White with #2F2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2926; }
p { color: rgb(47,41,38); }
H1.HeaderClassName
{
color: #2F2926;
}
.AnyTagClassName
{
color: #2F2926;
}
</style>
background-color css
<style>
a { background-color: #2F2926; }
a { background-color: rgb(47,41,38); }
div.DivClassName
{
background-color: #2F2926;
}
.BgClassName
{
background-color: #2F2926;
}
</style>
border-color css
<style>
span { border-color: #2F2926; }
span { border-color: rgb(47,41,38); }
td.TdClassName
{
border-color: #2F2926;
}
.TagClassName
{
border-color: #2F2926;
}
</style>