Shades of Woodsmoke #282E2C
Tints of Woodsmoke #282E2C
RGB
CMYK
RGB Variations
Color information
#282E2C (or 0x282E2C) is known color: Woodsmoke. HEX triplet: 28, 2E and 2C. RGB value is (40,46,44). Sum of RGB (Red+Green+Blue) = 40+46+44=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 46 - color contains mainly: green. Hex color #282E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E2C is #D7D1D3. Grayscale: #2B2B2B. Windows color (decimal): -14143956 or 2895400. OLE color: 2895400.
HSL color Cylindrical-coordinate representation of color #282E2C: hue angle of 160º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #282E2C is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 44 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.82 |
| HSL | 160º | 0.07% | 0.17% | - |
| HSV(B) | 160º | 0.13% | 0.18% | - |
| XYZ | 2.31 | 2.59 | 2.76 | - |
| YUV | 43.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 44 | 0.13 | 0 | 0.04 | 0.82 | 160 | 0.07 | 0.17 |
| Hex | 28 | 2E | 2C | D | 0 | 4 | 52 | A0 | 7 | 11 |
| Octal | 50 | 56 | 54 | 15 | 0 | 4 | 122 | 240 | 7 | 21 |
| Binary | 101000 | 101110 | 101100 | 1101 | 0 | 100 | 1010010 | 10100000 | 111 | 10001 |
Color Harmonies of #282E2C
Complementary color
Monochromatic Colors of #282E2C
Black with #282E2C
Text Example
Text Example
White with #282E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E2C; }
p { color: rgb(40,46,44); }
H1.HeaderClassName
{
color: #282E2C;
}
.AnyTagClassName
{
color: #282E2C;
}
</style>
background-color css
<style>
a { background-color: #282E2C; }
a { background-color: rgb(40,46,44); }
div.DivClassName
{
background-color: #282E2C;
}
.BgClassName
{
background-color: #282E2C;
}
</style>
border-color css
<style>
span { border-color: #282E2C; }
span { border-color: rgb(40,46,44); }
td.TdClassName
{
border-color: #282E2C;
}
.TagClassName
{
border-color: #282E2C;
}
</style>