Shades of Wood Bark #2F2019
Tints of Wood Bark #2F2019
RGB
CMYK
RGB Variations
Color information
#2F2019 (or 0x2F2019) is known color: Wood Bark. HEX triplet: 2F, 20 and 19. RGB value is (47,32,25). Sum of RGB (Red+Green+Blue) = 47+32+25=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2019 is #D0DFE6. Grayscale: #232323. Windows color (decimal): -13688807 or 1646639. OLE color: 1646639.
HSL color Cylindrical-coordinate representation of color #2F2019: hue angle of 19.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F2019 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 32 | 25 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.82 |
| HSL | 19.09º | 0.31% | 0.14% | - |
| HSV(B) | 19.09º | 0.47% | 0.18% | - |
| XYZ | 1.86 | 1.71 | 1.15 | - |
| YUV | 35.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 25 | 0 | 0.32 | 0.47 | 0.82 | 19.09 | 0.31 | 0.14 |
| Hex | 2F | 20 | 19 | 0 | 20 | 2F | 52 | 13 | 1F | E |
| Octal | 57 | 40 | 31 | 0 | 40 | 57 | 122 | 23 | 37 | 16 |
| Binary | 101111 | 100000 | 11001 | 0 | 100000 | 101111 | 1010010 | 10011 | 11111 | 1110 |
Color Harmonies of #2F2019
Complementary color
Monochromatic Colors of #2F2019
Black with #2F2019
Text Example
Text Example
White with #2F2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2019; }
p { color: rgb(47,32,25); }
H1.HeaderClassName
{
color: #2F2019;
}
.AnyTagClassName
{
color: #2F2019;
}
</style>
background-color css
<style>
a { background-color: #2F2019; }
a { background-color: rgb(47,32,25); }
div.DivClassName
{
background-color: #2F2019;
}
.BgClassName
{
background-color: #2F2019;
}
</style>
border-color css
<style>
span { border-color: #2F2019; }
span { border-color: rgb(47,32,25); }
td.TdClassName
{
border-color: #2F2019;
}
.TagClassName
{
border-color: #2F2019;
}
</style>