Shades of Woodsmoke #2D302F
Tints of Woodsmoke #2D302F
RGB
CMYK
RGB Variations
Color information
#2D302F (or 0x2D302F) is known color: Woodsmoke. HEX triplet: 2D, 30 and 2F. RGB value is (45,48,47). Sum of RGB (Red+Green+Blue) = 45+48+47=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 48 - color contains mainly: green. Hex color #2D302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D302F is #D2CFD0. Grayscale: #2E2E2E. Windows color (decimal): -13815761 or 3092525. OLE color: 3092525.
HSL color Cylindrical-coordinate representation of color #2D302F: hue angle of 160º degrees, saturation: 0.03, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2D302F is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
RGB | 45 | 48 | 47 | - |
CMYK | 0.06 | 0 | 0.02 | 0.81 |
HSL | 160º | 0.03% | 0.18% | - |
HSV(B) | 160º | 0.06% | 0.19% | - |
XYZ | 2.65 | 2.88 | 3.1 | - |
YUV | 46.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 48 | 47 | 0.06 | 0 | 0.02 | 0.81 | 160 | 0.03 | 0.18 |
Hex | 2D | 30 | 2F | 6 | 0 | 2 | 51 | A0 | 3 | 12 |
Octal | 55 | 60 | 57 | 6 | 0 | 2 | 121 | 240 | 3 | 22 |
Binary | 101101 | 110000 | 101111 | 110 | 0 | 10 | 1010001 | 10100000 | 11 | 10010 |
Color Harmonies of #2D302F
Complementary color
Monochromatic Colors of #2D302F
Black with #2D302F
Text Example
Text Example
White with #2D302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D302F; }
p { color: rgb(45,48,47); }
H1.HeaderClassName
{
color: #2D302F;
}
.AnyTagClassName
{
color: #2D302F;
}
</style>
background-color css
<style>
a { background-color: #2D302F; }
a { background-color: rgb(45,48,47); }
div.DivClassName
{
background-color: #2D302F;
}
.BgClassName
{
background-color: #2D302F;
}
</style>
border-color css
<style>
span { border-color: #2D302F; }
span { border-color: rgb(45,48,47); }
td.TdClassName
{
border-color: #2D302F;
}
.TagClassName
{
border-color: #2D302F;
}
</style>