Shades of Woodsmoke #2D3130
Tints of Woodsmoke #2D3130
RGB
CMYK
RGB Variations
Color information
#2D3130 (or 0x2D3130) is known color: Woodsmoke. HEX triplet: 2D, 31 and 30. RGB value is (45,49,48). Sum of RGB (Red+Green+Blue) = 45+49+48=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3130 is #D2CECF. Grayscale: #2F2F2F. Windows color (decimal): -13815504 or 3158317. OLE color: 3158317.
HSL color Cylindrical-coordinate representation of color #2D3130: hue angle of 165º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2D3130 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
RGB | 45 | 49 | 48 | - |
CMYK | 0.08 | 0 | 0.02 | 0.81 |
HSL | 165º | 0.04% | 0.18% | - |
HSV(B) | 165º | 0.08% | 0.19% | - |
XYZ | 2.71 | 2.97 | 3.23 | - |
YUV | 47.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 49 | 48 | 0.08 | 0 | 0.02 | 0.81 | 165 | 0.04 | 0.18 |
Hex | 2D | 31 | 30 | 8 | 0 | 2 | 51 | A5 | 4 | 12 |
Octal | 55 | 61 | 60 | 10 | 0 | 2 | 121 | 245 | 4 | 22 |
Binary | 101101 | 110001 | 110000 | 1000 | 0 | 10 | 1010001 | 10100101 | 100 | 10010 |
Color Harmonies of #2D3130
Complementary color
Monochromatic Colors of #2D3130
Black with #2D3130
Text Example
Text Example
White with #2D3130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3130; }
p { color: rgb(45,49,48); }
H1.HeaderClassName
{
color: #2D3130;
}
.AnyTagClassName
{
color: #2D3130;
}
</style>
background-color css
<style>
a { background-color: #2D3130; }
a { background-color: rgb(45,49,48); }
div.DivClassName
{
background-color: #2D3130;
}
.BgClassName
{
background-color: #2D3130;
}
</style>
border-color css
<style>
span { border-color: #2D3130; }
span { border-color: rgb(45,49,48); }
td.TdClassName
{
border-color: #2D3130;
}
.TagClassName
{
border-color: #2D3130;
}
</style>