Shades of Wood Bark #2F241F
Tints of Wood Bark #2F241F
RGB
CMYK
RGB Variations
Color information
#2F241F (or 0x2F241F) is known color: Wood Bark. HEX triplet: 2F, 24 and 1F. RGB value is (47,36,31). Sum of RGB (Red+Green+Blue) = 47+36+31=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 47 - color contains mainly: red. Hex color #2F241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F241F is #D0DBE0. Grayscale: #262626. Windows color (decimal): -13687777 or 2040879. OLE color: 2040879.
HSL color Cylindrical-coordinate representation of color #2F241F: hue angle of 18.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F241F is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 36 | 31 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.82 |
| HSL | 18.75º | 0.21% | 0.15% | - |
| HSV(B) | 18.75º | 0.34% | 0.18% | - |
| XYZ | 2.05 | 1.97 | 1.57 | - |
| YUV | 38.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 31 | 0 | 0.23 | 0.34 | 0.82 | 18.75 | 0.21 | 0.15 |
| Hex | 2F | 24 | 1F | 0 | 17 | 22 | 52 | 13 | 15 | F |
| Octal | 57 | 44 | 37 | 0 | 27 | 42 | 122 | 23 | 25 | 17 |
| Binary | 101111 | 100100 | 11111 | 0 | 10111 | 100010 | 1010010 | 10011 | 10101 | 1111 |
Color Harmonies of #2F241F
Complementary color
Monochromatic Colors of #2F241F
Black with #2F241F
Text Example
Text Example
White with #2F241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F241F; }
p { color: rgb(47,36,31); }
H1.HeaderClassName
{
color: #2F241F;
}
.AnyTagClassName
{
color: #2F241F;
}
</style>
background-color css
<style>
a { background-color: #2F241F; }
a { background-color: rgb(47,36,31); }
div.DivClassName
{
background-color: #2F241F;
}
.BgClassName
{
background-color: #2F241F;
}
</style>
border-color css
<style>
span { border-color: #2F241F; }
span { border-color: rgb(47,36,31); }
td.TdClassName
{
border-color: #2F241F;
}
.TagClassName
{
border-color: #2F241F;
}
</style>