Shades of Woodsmoke #272F2C
Tints of Woodsmoke #272F2C
RGB
CMYK
RGB Variations
Color information
#272F2C (or 0x272F2C) is known color: Woodsmoke. HEX triplet: 27, 2F and 2C. RGB value is (39,47,44). Sum of RGB (Red+Green+Blue) = 39+47+44=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 47 - color contains mainly: green. Hex color #272F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F2C is #D8D0D3. Grayscale: #2C2C2C. Windows color (decimal): -14209236 or 2895655. OLE color: 2895655.
HSL color Cylindrical-coordinate representation of color #272F2C: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #272F2C is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 44 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.82 |
| HSL | 157.5º | 0.09% | 0.17% | - |
| HSV(B) | 157.5º | 0.17% | 0.18% | - |
| XYZ | 2.31 | 2.65 | 2.77 | - |
| YUV | 44.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 44 | 0.17 | 0 | 0.06 | 0.82 | 157.5 | 0.09 | 0.17 |
| Hex | 27 | 2F | 2C | 11 | 0 | 6 | 52 | 9E | 9 | 11 |
| Octal | 47 | 57 | 54 | 21 | 0 | 6 | 122 | 236 | 11 | 21 |
| Binary | 100111 | 101111 | 101100 | 10001 | 0 | 110 | 1010010 | 10011110 | 1001 | 10001 |
Color Harmonies of #272F2C
Complementary color
Monochromatic Colors of #272F2C
Black with #272F2C
Text Example
Text Example
White with #272F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F2C; }
p { color: rgb(39,47,44); }
H1.HeaderClassName
{
color: #272F2C;
}
.AnyTagClassName
{
color: #272F2C;
}
</style>
background-color css
<style>
a { background-color: #272F2C; }
a { background-color: rgb(39,47,44); }
div.DivClassName
{
background-color: #272F2C;
}
.BgClassName
{
background-color: #272F2C;
}
</style>
border-color css
<style>
span { border-color: #272F2C; }
span { border-color: rgb(39,47,44); }
td.TdClassName
{
border-color: #272F2C;
}
.TagClassName
{
border-color: #272F2C;
}
</style>