Shades of Oil #2F3B2C
Tints of Oil #2F3B2C
RGB
CMYK
RGB Variations
Color information
#2F3B2C (or 0x2F3B2C) is known color: Oil. HEX triplet: 2F, 3B and 2C. RGB value is (47,59,44). Sum of RGB (Red+Green+Blue) = 47+59+44=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B2C is #D0C4D3. Grayscale: #353535. Windows color (decimal): -13681876 or 2898735. OLE color: 2898735.
HSL color Cylindrical-coordinate representation of color #2F3B2C: hue angle of 108º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F3B2C is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 59 | 44 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.77 |
| HSL | 108º | 0.15% | 0.2% | - |
| HSV(B) | 108º | 0.25% | 0.23% | - |
| XYZ | 3.19 | 3.91 | 2.97 | - |
| YUV | 53.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 44 | 0.20 | 0 | 0.25 | 0.77 | 108 | 0.15 | 0.2 |
| Hex | 2F | 3B | 2C | 14 | 0 | 19 | 4D | 6C | F | 14 |
| Octal | 57 | 73 | 54 | 24 | 0 | 31 | 115 | 154 | 17 | 24 |
| Binary | 101111 | 111011 | 101100 | 10100 | 0 | 11001 | 1001101 | 1101100 | 1111 | 10100 |
Color Harmonies of #2F3B2C
Complementary color
Monochromatic Colors of #2F3B2C
Black with #2F3B2C
Text Example
Text Example
White with #2F3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B2C; }
p { color: rgb(47,59,44); }
H1.HeaderClassName
{
color: #2F3B2C;
}
.AnyTagClassName
{
color: #2F3B2C;
}
</style>
background-color css
<style>
a { background-color: #2F3B2C; }
a { background-color: rgb(47,59,44); }
div.DivClassName
{
background-color: #2F3B2C;
}
.BgClassName
{
background-color: #2F3B2C;
}
</style>
border-color css
<style>
span { border-color: #2F3B2C; }
span { border-color: rgb(47,59,44); }
td.TdClassName
{
border-color: #2F3B2C;
}
.TagClassName
{
border-color: #2F3B2C;
}
</style>