Shades of Oil #2F3929
Tints of Oil #2F3929
RGB
CMYK
RGB Variations
Color information
#2F3929 (or 0x2F3929) is known color: Oil. HEX triplet: 2F, 39 and 29. RGB value is (47,57,41). Sum of RGB (Red+Green+Blue) = 47+57+41=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3929 is #D0C6D6. Grayscale: #343434. Windows color (decimal): -13682391 or 2701615. OLE color: 2701615.
HSL color Cylindrical-coordinate representation of color #2F3929: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F3929 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 41 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.78 |
| HSL | 97.5º | 0.16% | 0.19% | - |
| HSV(B) | 97.5º | 0.28% | 0.22% | - |
| XYZ | 3.04 | 3.69 | 2.65 | - |
| YUV | 52.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 41 | 0.18 | 0 | 0.28 | 0.78 | 97.5 | 0.16 | 0.19 |
| Hex | 2F | 39 | 29 | 12 | 0 | 1C | 4E | 62 | 10 | 13 |
| Octal | 57 | 71 | 51 | 22 | 0 | 34 | 116 | 142 | 20 | 23 |
| Binary | 101111 | 111001 | 101001 | 10010 | 0 | 11100 | 1001110 | 1100010 | 10000 | 10011 |
Color Harmonies of #2F3929
Complementary color
Monochromatic Colors of #2F3929
Black with #2F3929
Text Example
Text Example
White with #2F3929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3929; }
p { color: rgb(47,57,41); }
H1.HeaderClassName
{
color: #2F3929;
}
.AnyTagClassName
{
color: #2F3929;
}
</style>
background-color css
<style>
a { background-color: #2F3929; }
a { background-color: rgb(47,57,41); }
div.DivClassName
{
background-color: #2F3929;
}
.BgClassName
{
background-color: #2F3929;
}
</style>
border-color css
<style>
span { border-color: #2F3929; }
span { border-color: rgb(47,57,41); }
td.TdClassName
{
border-color: #2F3929;
}
.TagClassName
{
border-color: #2F3929;
}
</style>