Shades of Woodsmoke #292E2C
Tints of Woodsmoke #292E2C
RGB
CMYK
RGB Variations
Color information
#292E2C (or 0x292E2C) is known color: Woodsmoke. HEX triplet: 29, 2E and 2C. RGB value is (41,46,44). Sum of RGB (Red+Green+Blue) = 41+46+44=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 46 - color contains mainly: green. Hex color #292E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E2C is #D6D1D3. Grayscale: #2C2C2C. Windows color (decimal): -14078420 or 2895401. OLE color: 2895401.
HSL color Cylindrical-coordinate representation of color #292E2C: hue angle of 156º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #292E2C is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 46 | 44 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.82 |
| HSL | 156º | 0.06% | 0.17% | - |
| HSV(B) | 156º | 0.11% | 0.18% | - |
| XYZ | 2.35 | 2.61 | 2.76 | - |
| YUV | 44.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 44 | 0.11 | 0 | 0.04 | 0.82 | 156 | 0.06 | 0.17 |
| Hex | 29 | 2E | 2C | B | 0 | 4 | 52 | 9C | 6 | 11 |
| Octal | 51 | 56 | 54 | 13 | 0 | 4 | 122 | 234 | 6 | 21 |
| Binary | 101001 | 101110 | 101100 | 1011 | 0 | 100 | 1010010 | 10011100 | 110 | 10001 |
Color Harmonies of #292E2C
Complementary color
Monochromatic Colors of #292E2C
Black with #292E2C
Text Example
Text Example
White with #292E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E2C; }
p { color: rgb(41,46,44); }
H1.HeaderClassName
{
color: #292E2C;
}
.AnyTagClassName
{
color: #292E2C;
}
</style>
background-color css
<style>
a { background-color: #292E2C; }
a { background-color: rgb(41,46,44); }
div.DivClassName
{
background-color: #292E2C;
}
.BgClassName
{
background-color: #292E2C;
}
</style>
border-color css
<style>
span { border-color: #292E2C; }
span { border-color: rgb(41,46,44); }
td.TdClassName
{
border-color: #292E2C;
}
.TagClassName
{
border-color: #292E2C;
}
</style>