Shades of Wood Bark #2E2927
Tints of Wood Bark #2E2927
RGB
CMYK
RGB Variations
Color information
#2E2927 (or 0x2E2927) is known color: Wood Bark. HEX triplet: 2E, 29 and 27. RGB value is (46,41,39). Sum of RGB (Red+Green+Blue) = 46+41+39=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2927 is #D1D6D8. Grayscale: #2A2A2A. Windows color (decimal): -13752025 or 2566446. OLE color: 2566446.
HSL color Cylindrical-coordinate representation of color #2E2927: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E2927 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 41 | 39 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.82 |
| HSL | 17.14º | 0.08% | 0.17% | - |
| HSV(B) | 17.14º | 0.15% | 0.18% | - |
| XYZ | 2.29 | 2.31 | 2.25 | - |
| YUV | 42.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 39 | 0 | 0.11 | 0.15 | 0.82 | 17.14 | 0.08 | 0.17 |
| Hex | 2E | 29 | 27 | 0 | B | F | 52 | 11 | 8 | 11 |
| Octal | 56 | 51 | 47 | 0 | 13 | 17 | 122 | 21 | 10 | 21 |
| Binary | 101110 | 101001 | 100111 | 0 | 1011 | 1111 | 1010010 | 10001 | 1000 | 10001 |
Color Harmonies of #2E2927
Complementary color
Monochromatic Colors of #2E2927
Black with #2E2927
Text Example
Text Example
White with #2E2927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2927; }
p { color: rgb(46,41,39); }
H1.HeaderClassName
{
color: #2E2927;
}
.AnyTagClassName
{
color: #2E2927;
}
</style>
background-color css
<style>
a { background-color: #2E2927; }
a { background-color: rgb(46,41,39); }
div.DivClassName
{
background-color: #2E2927;
}
.BgClassName
{
background-color: #2E2927;
}
</style>
border-color css
<style>
span { border-color: #2E2927; }
span { border-color: rgb(46,41,39); }
td.TdClassName
{
border-color: #2E2927;
}
.TagClassName
{
border-color: #2E2927;
}
</style>