Shades of Wood Bark #2F1E15
Tints of Wood Bark #2F1E15
RGB
CMYK
RGB Variations
Color information
#2F1E15 (or 0x2F1E15) is known color: Wood Bark. HEX triplet: 2F, 1E and 15. RGB value is (47,30,21). Sum of RGB (Red+Green+Blue) = 47+30+21=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1E15 is #D0E1EA. Grayscale: #222222. Windows color (decimal): -13689323 or 1383983. OLE color: 1383983.
HSL color Cylindrical-coordinate representation of color #2F1E15: hue angle of 20.77º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1E15 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 30 | 21 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.82 |
| HSL | 20.77º | 0.38% | 0.13% | - |
| HSV(B) | 20.77º | 0.55% | 0.18% | - |
| XYZ | 1.77 | 1.59 | 0.92 | - |
| YUV | 34.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 21 | 0 | 0.36 | 0.55 | 0.82 | 20.77 | 0.38 | 0.13 |
| Hex | 2F | 1E | 15 | 0 | 24 | 37 | 52 | 15 | 26 | D |
| Octal | 57 | 36 | 25 | 0 | 44 | 67 | 122 | 25 | 46 | 15 |
| Binary | 101111 | 11110 | 10101 | 0 | 100100 | 110111 | 1010010 | 10101 | 100110 | 1101 |
Color Harmonies of #2F1E15
Complementary color
Monochromatic Colors of #2F1E15
Black with #2F1E15
Text Example
Text Example
White with #2F1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E15; }
p { color: rgb(47,30,21); }
H1.HeaderClassName
{
color: #2F1E15;
}
.AnyTagClassName
{
color: #2F1E15;
}
</style>
background-color css
<style>
a { background-color: #2F1E15; }
a { background-color: rgb(47,30,21); }
div.DivClassName
{
background-color: #2F1E15;
}
.BgClassName
{
background-color: #2F1E15;
}
</style>
border-color css
<style>
span { border-color: #2F1E15; }
span { border-color: rgb(47,30,21); }
td.TdClassName
{
border-color: #2F1E15;
}
.TagClassName
{
border-color: #2F1E15;
}
</style>