Shades of Woodsmoke #2A3633
Tints of Woodsmoke #2A3633
RGB
CMYK
RGB Variations
Color information
#2A3633 (or 0x2A3633) is known color: Woodsmoke. HEX triplet: 2A, 36 and 33. RGB value is (42,54,51). Sum of RGB (Red+Green+Blue) = 42+54+51=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3633 is #D5C9CC. Grayscale: #323232. Windows color (decimal): -14010829 or 3356202. OLE color: 3356202.
HSL color Cylindrical-coordinate representation of color #2A3633: hue angle of 165º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2A3633 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 51 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.79 |
| HSL | 165º | 0.13% | 0.19% | - |
| HSV(B) | 165º | 0.22% | 0.21% | - |
| XYZ | 2.87 | 3.37 | 3.63 | - |
| YUV | 50.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 51 | 0.22 | 0 | 0.06 | 0.79 | 165 | 0.13 | 0.19 |
| Hex | 2A | 36 | 33 | 16 | 0 | 6 | 4F | A5 | C | 13 |
| Octal | 52 | 66 | 63 | 26 | 0 | 6 | 117 | 245 | 14 | 23 |
| Binary | 101010 | 110110 | 110011 | 10110 | 0 | 110 | 1001111 | 10100101 | 1100 | 10011 |
Color Harmonies of #2A3633
Complementary color
Monochromatic Colors of #2A3633
Black with #2A3633
Text Example
Text Example
White with #2A3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3633; }
p { color: rgb(42,54,51); }
H1.HeaderClassName
{
color: #2A3633;
}
.AnyTagClassName
{
color: #2A3633;
}
</style>
background-color css
<style>
a { background-color: #2A3633; }
a { background-color: rgb(42,54,51); }
div.DivClassName
{
background-color: #2A3633;
}
.BgClassName
{
background-color: #2A3633;
}
</style>
border-color css
<style>
span { border-color: #2A3633; }
span { border-color: rgb(42,54,51); }
td.TdClassName
{
border-color: #2A3633;
}
.TagClassName
{
border-color: #2A3633;
}
</style>