Shades of Oil #2F312E
Tints of Oil #2F312E
RGB
CMYK
RGB Variations
Color information
#2F312E (or 0x2F312E) is known color: Oil. HEX triplet: 2F, 31 and 2E. RGB value is (47,49,46). Sum of RGB (Red+Green+Blue) = 47+49+46=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 49 - color contains mainly: green. Hex color #2F312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F312E is #D0CED1. Grayscale: #303030. Windows color (decimal): -13684434 or 3027247. OLE color: 3027247.
HSL color Cylindrical-coordinate representation of color #2F312E: hue angle of 100º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2F312E is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 46 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.81 |
| HSL | 100º | 0.03% | 0.19% | - |
| HSV(B) | 100º | 0.06% | 0.19% | - |
| XYZ | 2.76 | 3 | 3.02 | - |
| YUV | 48.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 46 | 0.04 | 0 | 0.06 | 0.81 | 100 | 0.03 | 0.19 |
| Hex | 2F | 31 | 2E | 4 | 0 | 6 | 51 | 64 | 3 | 13 |
| Octal | 57 | 61 | 56 | 4 | 0 | 6 | 121 | 144 | 3 | 23 |
| Binary | 101111 | 110001 | 101110 | 100 | 0 | 110 | 1010001 | 1100100 | 11 | 10011 |
Color Harmonies of #2F312E
Complementary color
Monochromatic Colors of #2F312E
Black with #2F312E
Text Example
Text Example
White with #2F312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F312E; }
p { color: rgb(47,49,46); }
H1.HeaderClassName
{
color: #2F312E;
}
.AnyTagClassName
{
color: #2F312E;
}
</style>
background-color css
<style>
a { background-color: #2F312E; }
a { background-color: rgb(47,49,46); }
div.DivClassName
{
background-color: #2F312E;
}
.BgClassName
{
background-color: #2F312E;
}
</style>
border-color css
<style>
span { border-color: #2F312E; }
span { border-color: rgb(47,49,46); }
td.TdClassName
{
border-color: #2F312E;
}
.TagClassName
{
border-color: #2F312E;
}
</style>