Shades of Woodsmoke #29312F
Tints of Woodsmoke #29312F
RGB
CMYK
RGB Variations
Color information
#29312F (or 0x29312F) is known color: Woodsmoke. HEX triplet: 29, 31 and 2F. RGB value is (41,49,47). Sum of RGB (Red+Green+Blue) = 41+49+47=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 49 - color contains mainly: green. Hex color #29312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29312F is #D6CED0. Grayscale: #2E2E2E. Windows color (decimal): -14077649 or 3092777. OLE color: 3092777.
HSL color Cylindrical-coordinate representation of color #29312F: hue angle of 165º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #29312F is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 49 | 47 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.81 |
| HSL | 165º | 0.09% | 0.18% | - |
| HSV(B) | 165º | 0.16% | 0.19% | - |
| XYZ | 2.53 | 2.87 | 3.11 | - |
| YUV | 46.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 47 | 0.16 | 0 | 0.04 | 0.81 | 165 | 0.09 | 0.18 |
| Hex | 29 | 31 | 2F | 10 | 0 | 4 | 51 | A5 | 9 | 12 |
| Octal | 51 | 61 | 57 | 20 | 0 | 4 | 121 | 245 | 11 | 22 |
| Binary | 101001 | 110001 | 101111 | 10000 | 0 | 100 | 1010001 | 10100101 | 1001 | 10010 |
Color Harmonies of #29312F
Complementary color
Monochromatic Colors of #29312F
Black with #29312F
Text Example
Text Example
White with #29312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29312F; }
p { color: rgb(41,49,47); }
H1.HeaderClassName
{
color: #29312F;
}
.AnyTagClassName
{
color: #29312F;
}
</style>
background-color css
<style>
a { background-color: #29312F; }
a { background-color: rgb(41,49,47); }
div.DivClassName
{
background-color: #29312F;
}
.BgClassName
{
background-color: #29312F;
}
</style>
border-color css
<style>
span { border-color: #29312F; }
span { border-color: rgb(41,49,47); }
td.TdClassName
{
border-color: #29312F;
}
.TagClassName
{
border-color: #29312F;
}
</style>