Shades of Woodsmoke #2A332F
Tints of Woodsmoke #2A332F
RGB
CMYK
RGB Variations
Color information
#2A332F (or 0x2A332F) is known color: Woodsmoke. HEX triplet: 2A, 33 and 2F. RGB value is (42,51,47). Sum of RGB (Red+Green+Blue) = 42+51+47=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 51 - color contains mainly: green. Hex color #2A332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A332F is #D5CCD0. Grayscale: #2F2F2F. Windows color (decimal): -14011601 or 3093290. OLE color: 3093290.
HSL color Cylindrical-coordinate representation of color #2A332F: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2A332F is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 51 | 47 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.8 |
| HSL | 153.33º | 0.1% | 0.18% | - |
| HSV(B) | 153.33º | 0.18% | 0.2% | - |
| XYZ | 2.65 | 3.07 | 3.14 | - |
| YUV | 47.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 47 | 0.18 | 0 | 0.08 | 0.8 | 153.33 | 0.1 | 0.18 |
| Hex | 2A | 33 | 2F | 12 | 0 | 8 | 50 | 99 | A | 12 |
| Octal | 52 | 63 | 57 | 22 | 0 | 10 | 120 | 231 | 12 | 22 |
| Binary | 101010 | 110011 | 101111 | 10010 | 0 | 1000 | 1010000 | 10011001 | 1010 | 10010 |
Color Harmonies of #2A332F
Complementary color
Monochromatic Colors of #2A332F
Black with #2A332F
Text Example
Text Example
White with #2A332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A332F; }
p { color: rgb(42,51,47); }
H1.HeaderClassName
{
color: #2A332F;
}
.AnyTagClassName
{
color: #2A332F;
}
</style>
background-color css
<style>
a { background-color: #2A332F; }
a { background-color: rgb(42,51,47); }
div.DivClassName
{
background-color: #2A332F;
}
.BgClassName
{
background-color: #2A332F;
}
</style>
border-color css
<style>
span { border-color: #2A332F; }
span { border-color: rgb(42,51,47); }
td.TdClassName
{
border-color: #2A332F;
}
.TagClassName
{
border-color: #2A332F;
}
</style>