Shades of Woodsmoke #282D2B
Tints of Woodsmoke #282D2B
RGB
CMYK
RGB Variations
Color information
#282D2B (or 0x282D2B) is known color: Woodsmoke. HEX triplet: 28, 2D and 2B. RGB value is (40,45,43). Sum of RGB (Red+Green+Blue) = 40+45+43=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 45 - color contains mainly: green. Hex color #282D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D2B is #D7D2D4. Grayscale: #2B2B2B. Windows color (decimal): -14144213 or 2829608. OLE color: 2829608.
HSL color Cylindrical-coordinate representation of color #282D2B: hue angle of 156º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #282D2B is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 45 | 43 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.82 |
| HSL | 156º | 0.06% | 0.17% | - |
| HSV(B) | 156º | 0.11% | 0.18% | - |
| XYZ | 2.25 | 2.5 | 2.65 | - |
| YUV | 43.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 43 | 0.11 | 0 | 0.04 | 0.82 | 156 | 0.06 | 0.17 |
| Hex | 28 | 2D | 2B | B | 0 | 4 | 52 | 9C | 6 | 11 |
| Octal | 50 | 55 | 53 | 13 | 0 | 4 | 122 | 234 | 6 | 21 |
| Binary | 101000 | 101101 | 101011 | 1011 | 0 | 100 | 1010010 | 10011100 | 110 | 10001 |
Color Harmonies of #282D2B
Complementary color
Monochromatic Colors of #282D2B
Black with #282D2B
Text Example
Text Example
White with #282D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D2B; }
p { color: rgb(40,45,43); }
H1.HeaderClassName
{
color: #282D2B;
}
.AnyTagClassName
{
color: #282D2B;
}
</style>
background-color css
<style>
a { background-color: #282D2B; }
a { background-color: rgb(40,45,43); }
div.DivClassName
{
background-color: #282D2B;
}
.BgClassName
{
background-color: #282D2B;
}
</style>
border-color css
<style>
span { border-color: #282D2B; }
span { border-color: rgb(40,45,43); }
td.TdClassName
{
border-color: #282D2B;
}
.TagClassName
{
border-color: #282D2B;
}
</style>