Shades of Woodsmoke #2D3432
Tints of Woodsmoke #2D3432
RGB
CMYK
RGB Variations
Color information
#2D3432 (or 0x2D3432) is known color: Woodsmoke. HEX triplet: 2D, 34 and 32. RGB value is (45,52,50). Sum of RGB (Red+Green+Blue) = 45+52+50=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3432 is #D2CBCD. Grayscale: #313131. Windows color (decimal): -13814734 or 3290157. OLE color: 3290157.
HSL color Cylindrical-coordinate representation of color #2D3432: hue angle of 162.86º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2D3432 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 52 | 50 | - |
CMYK | 0.13 | 0 | 0.04 | 0.80 |
HSL | 162.86º | 0.07% | 0.19% | - |
HSV(B) | 162.86º | 0.13% | 0.2% | - |
XYZ | 2.89 | 3.24 | 3.49 | - |
YUV | 49.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 52 | 50 | 0.13 | 0 | 0.04 | 0.80 | 162.86 | 0.07 | 0.19 |
Hex | 2D | 34 | 32 | D | 0 | 4 | 50 | A3 | 7 | 13 |
Octal | 55 | 64 | 62 | 15 | 0 | 4 | 120 | 243 | 7 | 23 |
Binary | 101101 | 110100 | 110010 | 1101 | 0 | 100 | 1010000 | 10100011 | 111 | 10011 |
Color Harmonies of #2D3432
Complementary color
Monochromatic Colors of #2D3432
Black with #2D3432
Text Example
Text Example
White with #2D3432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3432; }
p { color: rgb(45,52,50); }
H1.HeaderClassName
{
color: #2D3432;
}
.AnyTagClassName
{
color: #2D3432;
}
</style>
background-color css
<style>
a { background-color: #2D3432; }
a { background-color: rgb(45,52,50); }
div.DivClassName
{
background-color: #2D3432;
}
.BgClassName
{
background-color: #2D3432;
}
</style>
border-color css
<style>
span { border-color: #2D3432; }
span { border-color: rgb(45,52,50); }
td.TdClassName
{
border-color: #2D3432;
}
.TagClassName
{
border-color: #2D3432;
}
</style>