Shades of Woodsmoke #28332F
Tints of Woodsmoke #28332F
RGB
CMYK
RGB Variations
Color information
#28332F (or 0x28332F) is known color: Woodsmoke. HEX triplet: 28, 33 and 2F. RGB value is (40,51,47). Sum of RGB (Red+Green+Blue) = 40+51+47=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #28332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28332F is #D7CCD0. Grayscale: #2F2F2F. Windows color (decimal): -14142673 or 3093288. OLE color: 3093288.
HSL color Cylindrical-coordinate representation of color #28332F: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #28332F is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 51 | 47 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.8 |
| HSL | 158.18º | 0.12% | 0.18% | - |
| HSV(B) | 158.18º | 0.22% | 0.2% | - |
| XYZ | 2.57 | 3.02 | 3.14 | - |
| YUV | 47.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 47 | 0.22 | 0 | 0.08 | 0.8 | 158.18 | 0.12 | 0.18 |
| Hex | 28 | 33 | 2F | 16 | 0 | 8 | 50 | 9E | C | 12 |
| Octal | 50 | 63 | 57 | 26 | 0 | 10 | 120 | 236 | 14 | 22 |
| Binary | 101000 | 110011 | 101111 | 10110 | 0 | 1000 | 1010000 | 10011110 | 1100 | 10010 |
Color Harmonies of #28332F
Complementary color
Monochromatic Colors of #28332F
Black with #28332F
Text Example
Text Example
White with #28332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28332F; }
p { color: rgb(40,51,47); }
H1.HeaderClassName
{
color: #28332F;
}
.AnyTagClassName
{
color: #28332F;
}
</style>
background-color css
<style>
a { background-color: #28332F; }
a { background-color: rgb(40,51,47); }
div.DivClassName
{
background-color: #28332F;
}
.BgClassName
{
background-color: #28332F;
}
</style>
border-color css
<style>
span { border-color: #28332F; }
span { border-color: rgb(40,51,47); }
td.TdClassName
{
border-color: #28332F;
}
.TagClassName
{
border-color: #28332F;
}
</style>