Shades of Woodsmoke #2A3B36
Tints of Woodsmoke #2A3B36
RGB
CMYK
RGB Variations
Color information
#2A3B36 (or 0x2A3B36) is known color: Woodsmoke. HEX triplet: 2A, 3B and 36. RGB value is (42,59,54). Sum of RGB (Red+Green+Blue) = 42+59+54=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3B36 is #D5C4C9. Grayscale: #353535. Windows color (decimal): -14009546 or 3554090. OLE color: 3554090.
HSL color Cylindrical-coordinate representation of color #2A3B36: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A3B36 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 59 | 54 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.77 |
| HSL | 162.35º | 0.17% | 0.2% | - |
| HSV(B) | 162.35º | 0.29% | 0.23% | - |
| XYZ | 3.18 | 3.89 | 4.07 | - |
| YUV | 53.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 54 | 0.29 | 0 | 0.08 | 0.77 | 162.35 | 0.17 | 0.2 |
| Hex | 2A | 3B | 36 | 1D | 0 | 8 | 4D | A2 | 11 | 14 |
| Octal | 52 | 73 | 66 | 35 | 0 | 10 | 115 | 242 | 21 | 24 |
| Binary | 101010 | 111011 | 110110 | 11101 | 0 | 1000 | 1001101 | 10100010 | 10001 | 10100 |
Color Harmonies of #2A3B36
Complementary color
Monochromatic Colors of #2A3B36
Black with #2A3B36
Text Example
Text Example
White with #2A3B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3B36; }
p { color: rgb(42,59,54); }
H1.HeaderClassName
{
color: #2A3B36;
}
.AnyTagClassName
{
color: #2A3B36;
}
</style>
background-color css
<style>
a { background-color: #2A3B36; }
a { background-color: rgb(42,59,54); }
div.DivClassName
{
background-color: #2A3B36;
}
.BgClassName
{
background-color: #2A3B36;
}
</style>
border-color css
<style>
span { border-color: #2A3B36; }
span { border-color: rgb(42,59,54); }
td.TdClassName
{
border-color: #2A3B36;
}
.TagClassName
{
border-color: #2A3B36;
}
</style>