Shades of Wood Bark #2F2824
Tints of Wood Bark #2F2824
RGB
CMYK
RGB Variations
Color information
#2F2824 (or 0x2F2824) is known color: Wood Bark. HEX triplet: 2F, 28 and 24. RGB value is (47,40,36). Sum of RGB (Red+Green+Blue) = 47+40+36=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2824 is #D0D7DB. Grayscale: #292929. Windows color (decimal): -13686748 or 2369583. OLE color: 2369583.
HSL color Cylindrical-coordinate representation of color #2F2824: hue angle of 21.82º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F2824 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 36 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.82 |
| HSL | 21.82º | 0.13% | 0.16% | - |
| HSV(B) | 21.82º | 0.23% | 0.18% | - |
| XYZ | 2.25 | 2.25 | 1.98 | - |
| YUV | 41.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 36 | 0 | 0.15 | 0.23 | 0.82 | 21.82 | 0.13 | 0.16 |
| Hex | 2F | 28 | 24 | 0 | F | 17 | 52 | 16 | D | 10 |
| Octal | 57 | 50 | 44 | 0 | 17 | 27 | 122 | 26 | 15 | 20 |
| Binary | 101111 | 101000 | 100100 | 0 | 1111 | 10111 | 1010010 | 10110 | 1101 | 10000 |
Color Harmonies of #2F2824
Complementary color
Monochromatic Colors of #2F2824
Black with #2F2824
Text Example
Text Example
White with #2F2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2824; }
p { color: rgb(47,40,36); }
H1.HeaderClassName
{
color: #2F2824;
}
.AnyTagClassName
{
color: #2F2824;
}
</style>
background-color css
<style>
a { background-color: #2F2824; }
a { background-color: rgb(47,40,36); }
div.DivClassName
{
background-color: #2F2824;
}
.BgClassName
{
background-color: #2F2824;
}
</style>
border-color css
<style>
span { border-color: #2F2824; }
span { border-color: rgb(47,40,36); }
td.TdClassName
{
border-color: #2F2824;
}
.TagClassName
{
border-color: #2F2824;
}
</style>