Shades of Oil #2F392E
Tints of Oil #2F392E
RGB
CMYK
RGB Variations
Color information
#2F392E (or 0x2F392E) is known color: Oil. HEX triplet: 2F, 39 and 2E. RGB value is (47,57,46). Sum of RGB (Red+Green+Blue) = 47+57+46=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #2F392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F392E is #D0C6D1. Grayscale: #343434. Windows color (decimal): -13682386 or 3029295. OLE color: 3029295.
HSL color Cylindrical-coordinate representation of color #2F392E: hue angle of 114.55º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F392E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 46 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.78 |
| HSL | 114.55º | 0.11% | 0.2% | - |
| HSV(B) | 114.55º | 0.19% | 0.22% | - |
| XYZ | 3.13 | 3.73 | 3.14 | - |
| YUV | 52.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 46 | 0.18 | 0 | 0.19 | 0.78 | 114.55 | 0.11 | 0.2 |
| Hex | 2F | 39 | 2E | 12 | 0 | 13 | 4E | 73 | B | 14 |
| Octal | 57 | 71 | 56 | 22 | 0 | 23 | 116 | 163 | 13 | 24 |
| Binary | 101111 | 111001 | 101110 | 10010 | 0 | 10011 | 1001110 | 1110011 | 1011 | 10100 |
Color Harmonies of #2F392E
Complementary color
Monochromatic Colors of #2F392E
Black with #2F392E
Text Example
Text Example
White with #2F392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F392E; }
p { color: rgb(47,57,46); }
H1.HeaderClassName
{
color: #2F392E;
}
.AnyTagClassName
{
color: #2F392E;
}
</style>
background-color css
<style>
a { background-color: #2F392E; }
a { background-color: rgb(47,57,46); }
div.DivClassName
{
background-color: #2F392E;
}
.BgClassName
{
background-color: #2F392E;
}
</style>
border-color css
<style>
span { border-color: #2F392E; }
span { border-color: rgb(47,57,46); }
td.TdClassName
{
border-color: #2F392E;
}
.TagClassName
{
border-color: #2F392E;
}
</style>