Shades of Woodsmoke #293A35
Tints of Woodsmoke #293A35
RGB
CMYK
RGB Variations
Color information
#293A35 (or 0x293A35) is known color: Woodsmoke. HEX triplet: 29, 3A and 35. RGB value is (41,58,53). Sum of RGB (Red+Green+Blue) = 41+58+53=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 58 - color contains mainly: green. Hex color #293A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A35 is #D6C5CA. Grayscale: #343434. Windows color (decimal): -14075339 or 3488297. OLE color: 3488297.
HSL color Cylindrical-coordinate representation of color #293A35: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #293A35 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 58 | 53 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.77 |
| HSL | 162.35º | 0.17% | 0.19% | - |
| HSV(B) | 162.35º | 0.29% | 0.23% | - |
| XYZ | 3.07 | 3.75 | 3.93 | - |
| YUV | 52.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 53 | 0.29 | 0 | 0.09 | 0.77 | 162.35 | 0.17 | 0.19 |
| Hex | 29 | 3A | 35 | 1D | 0 | 9 | 4D | A2 | 11 | 13 |
| Octal | 51 | 72 | 65 | 35 | 0 | 11 | 115 | 242 | 21 | 23 |
| Binary | 101001 | 111010 | 110101 | 11101 | 0 | 1001 | 1001101 | 10100010 | 10001 | 10011 |
Color Harmonies of #293A35
Complementary color
Monochromatic Colors of #293A35
Black with #293A35
Text Example
Text Example
White with #293A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A35; }
p { color: rgb(41,58,53); }
H1.HeaderClassName
{
color: #293A35;
}
.AnyTagClassName
{
color: #293A35;
}
</style>
background-color css
<style>
a { background-color: #293A35; }
a { background-color: rgb(41,58,53); }
div.DivClassName
{
background-color: #293A35;
}
.BgClassName
{
background-color: #293A35;
}
</style>
border-color css
<style>
span { border-color: #293A35; }
span { border-color: rgb(41,58,53); }
td.TdClassName
{
border-color: #293A35;
}
.TagClassName
{
border-color: #293A35;
}
</style>