Shades of Oil #2F352D
Tints of Oil #2F352D
RGB
CMYK
RGB Variations
Color information
#2F352D (or 0x2F352D) is known color: Oil. HEX triplet: 2F, 35 and 2D. RGB value is (47,53,45). Sum of RGB (Red+Green+Blue) = 47+53+45=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 53 - color contains mainly: green. Hex color #2F352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F352D is #D0CAD2. Grayscale: #323232. Windows color (decimal): -13683411 or 2962735. OLE color: 2962735.
HSL color Cylindrical-coordinate representation of color #2F352D: hue angle of 105º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F352D is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 45 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.79 |
| HSL | 105º | 0.08% | 0.19% | - |
| HSV(B) | 105º | 0.15% | 0.21% | - |
| XYZ | 2.92 | 3.34 | 2.97 | - |
| YUV | 50.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 45 | 0.11 | 0 | 0.15 | 0.79 | 105 | 0.08 | 0.19 |
| Hex | 2F | 35 | 2D | B | 0 | F | 4F | 69 | 8 | 13 |
| Octal | 57 | 65 | 55 | 13 | 0 | 17 | 117 | 151 | 10 | 23 |
| Binary | 101111 | 110101 | 101101 | 1011 | 0 | 1111 | 1001111 | 1101001 | 1000 | 10011 |
Color Harmonies of #2F352D
Complementary color
Monochromatic Colors of #2F352D
Black with #2F352D
Text Example
Text Example
White with #2F352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F352D; }
p { color: rgb(47,53,45); }
H1.HeaderClassName
{
color: #2F352D;
}
.AnyTagClassName
{
color: #2F352D;
}
</style>
background-color css
<style>
a { background-color: #2F352D; }
a { background-color: rgb(47,53,45); }
div.DivClassName
{
background-color: #2F352D;
}
.BgClassName
{
background-color: #2F352D;
}
</style>
border-color css
<style>
span { border-color: #2F352D; }
span { border-color: rgb(47,53,45); }
td.TdClassName
{
border-color: #2F352D;
}
.TagClassName
{
border-color: #2F352D;
}
</style>