Shades of Woodsmoke #2A3531
Tints of Woodsmoke #2A3531
RGB
CMYK
RGB Variations
Color information
#2A3531 (or 0x2A3531) is known color: Woodsmoke. HEX triplet: 2A, 35 and 31. RGB value is (42,53,49). Sum of RGB (Red+Green+Blue) = 42+53+49=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #2A3531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3531 is #D5CACE. Grayscale: #313131. Windows color (decimal): -14011087 or 3224874. OLE color: 3224874.
HSL color Cylindrical-coordinate representation of color #2A3531: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A3531 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 49 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.79 |
| HSL | 158.18º | 0.12% | 0.19% | - |
| HSV(B) | 158.18º | 0.21% | 0.21% | - |
| XYZ | 2.78 | 3.26 | 3.39 | - |
| YUV | 49.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 49 | 0.21 | 0 | 0.08 | 0.79 | 158.18 | 0.12 | 0.19 |
| Hex | 2A | 35 | 31 | 15 | 0 | 8 | 4F | 9E | C | 13 |
| Octal | 52 | 65 | 61 | 25 | 0 | 10 | 117 | 236 | 14 | 23 |
| Binary | 101010 | 110101 | 110001 | 10101 | 0 | 1000 | 1001111 | 10011110 | 1100 | 10011 |
Color Harmonies of #2A3531
Complementary color
Monochromatic Colors of #2A3531
Black with #2A3531
Text Example
Text Example
White with #2A3531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3531; }
p { color: rgb(42,53,49); }
H1.HeaderClassName
{
color: #2A3531;
}
.AnyTagClassName
{
color: #2A3531;
}
</style>
background-color css
<style>
a { background-color: #2A3531; }
a { background-color: rgb(42,53,49); }
div.DivClassName
{
background-color: #2A3531;
}
.BgClassName
{
background-color: #2A3531;
}
</style>
border-color css
<style>
span { border-color: #2A3531; }
span { border-color: rgb(42,53,49); }
td.TdClassName
{
border-color: #2A3531;
}
.TagClassName
{
border-color: #2A3531;
}
</style>