Shades of Wood Bark #2F221A
Tints of Wood Bark #2F221A
RGB
CMYK
RGB Variations
Color information
#2F221A (or 0x2F221A) is known color: Wood Bark. HEX triplet: 2F, 22 and 1A. RGB value is (47,34,26). Sum of RGB (Red+Green+Blue) = 47+34+26=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 47 - color contains mainly: red. Hex color #2F221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F221A is #D0DDE5. Grayscale: #252525. Windows color (decimal): -13688294 or 1712687. OLE color: 1712687.
HSL color Cylindrical-coordinate representation of color #2F221A: hue angle of 22.86º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F221A is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 26 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.82 |
| HSL | 22.86º | 0.29% | 0.14% | - |
| HSV(B) | 22.86º | 0.45% | 0.18% | - |
| XYZ | 1.93 | 1.82 | 1.23 | - |
| YUV | 36.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 26 | 0 | 0.28 | 0.45 | 0.82 | 22.86 | 0.29 | 0.14 |
| Hex | 2F | 22 | 1A | 0 | 1C | 2D | 52 | 17 | 1D | E |
| Octal | 57 | 42 | 32 | 0 | 34 | 55 | 122 | 27 | 35 | 16 |
| Binary | 101111 | 100010 | 11010 | 0 | 11100 | 101101 | 1010010 | 10111 | 11101 | 1110 |
Color Harmonies of #2F221A
Complementary color
Monochromatic Colors of #2F221A
Black with #2F221A
Text Example
Text Example
White with #2F221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F221A; }
p { color: rgb(47,34,26); }
H1.HeaderClassName
{
color: #2F221A;
}
.AnyTagClassName
{
color: #2F221A;
}
</style>
background-color css
<style>
a { background-color: #2F221A; }
a { background-color: rgb(47,34,26); }
div.DivClassName
{
background-color: #2F221A;
}
.BgClassName
{
background-color: #2F221A;
}
</style>
border-color css
<style>
span { border-color: #2F221A; }
span { border-color: rgb(47,34,26); }
td.TdClassName
{
border-color: #2F221A;
}
.TagClassName
{
border-color: #2F221A;
}
</style>