Shades of Oil #2F3B2D
Tints of Oil #2F3B2D
RGB
CMYK
RGB Variations
Color information
#2F3B2D (or 0x2F3B2D) is known color: Oil. HEX triplet: 2F, 3B and 2D. RGB value is (47,59,45). Sum of RGB (Red+Green+Blue) = 47+59+45=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B2D is #D0C4D2. Grayscale: #353535. Windows color (decimal): -13681875 or 2964271. OLE color: 2964271.
HSL color Cylindrical-coordinate representation of color #2F3B2D: hue angle of 111.43º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3B2D is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 59 | 45 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.77 |
| HSL | 111.43º | 0.13% | 0.2% | - |
| HSV(B) | 111.43º | 0.24% | 0.23% | - |
| XYZ | 3.21 | 3.92 | 3.07 | - |
| YUV | 53.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 45 | 0.20 | 0 | 0.24 | 0.77 | 111.43 | 0.13 | 0.2 |
| Hex | 2F | 3B | 2D | 14 | 0 | 18 | 4D | 6F | D | 14 |
| Octal | 57 | 73 | 55 | 24 | 0 | 30 | 115 | 157 | 15 | 24 |
| Binary | 101111 | 111011 | 101101 | 10100 | 0 | 11000 | 1001101 | 1101111 | 1101 | 10100 |
Color Harmonies of #2F3B2D
Complementary color
Monochromatic Colors of #2F3B2D
Black with #2F3B2D
Text Example
Text Example
White with #2F3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B2D; }
p { color: rgb(47,59,45); }
H1.HeaderClassName
{
color: #2F3B2D;
}
.AnyTagClassName
{
color: #2F3B2D;
}
</style>
background-color css
<style>
a { background-color: #2F3B2D; }
a { background-color: rgb(47,59,45); }
div.DivClassName
{
background-color: #2F3B2D;
}
.BgClassName
{
background-color: #2F3B2D;
}
</style>
border-color css
<style>
span { border-color: #2F3B2D; }
span { border-color: rgb(47,59,45); }
td.TdClassName
{
border-color: #2F3B2D;
}
.TagClassName
{
border-color: #2F3B2D;
}
</style>