Shades of Woodsmoke #282F2D
Tints of Woodsmoke #282F2D
RGB
CMYK
RGB Variations
Color information
#282F2D (or 0x282F2D) is known color: Woodsmoke. HEX triplet: 28, 2F and 2D. RGB value is (40,47,45). Sum of RGB (Red+Green+Blue) = 40+47+45=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 47 - color contains mainly: green. Hex color #282F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F2D is #D7D0D2. Grayscale: #2C2C2C. Windows color (decimal): -14143699 or 2961192. OLE color: 2961192.
HSL color Cylindrical-coordinate representation of color #282F2D: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #282F2D is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 45 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.82 |
| HSL | 162.86º | 0.08% | 0.17% | - |
| HSV(B) | 162.86º | 0.15% | 0.18% | - |
| XYZ | 2.37 | 2.67 | 2.87 | - |
| YUV | 44.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 45 | 0.15 | 0 | 0.04 | 0.82 | 162.86 | 0.08 | 0.17 |
| Hex | 28 | 2F | 2D | F | 0 | 4 | 52 | A3 | 8 | 11 |
| Octal | 50 | 57 | 55 | 17 | 0 | 4 | 122 | 243 | 10 | 21 |
| Binary | 101000 | 101111 | 101101 | 1111 | 0 | 100 | 1010010 | 10100011 | 1000 | 10001 |
Color Harmonies of #282F2D
Complementary color
Monochromatic Colors of #282F2D
Black with #282F2D
Text Example
Text Example
White with #282F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F2D; }
p { color: rgb(40,47,45); }
H1.HeaderClassName
{
color: #282F2D;
}
.AnyTagClassName
{
color: #282F2D;
}
</style>
background-color css
<style>
a { background-color: #282F2D; }
a { background-color: rgb(40,47,45); }
div.DivClassName
{
background-color: #282F2D;
}
.BgClassName
{
background-color: #282F2D;
}
</style>
border-color css
<style>
span { border-color: #282F2D; }
span { border-color: rgb(40,47,45); }
td.TdClassName
{
border-color: #282F2D;
}
.TagClassName
{
border-color: #282F2D;
}
</style>