Shades of Oil #2F342D
Tints of Oil #2F342D
RGB
CMYK
RGB Variations
Color information
#2F342D (or 0x2F342D) is known color: Oil. HEX triplet: 2F, 34 and 2D. RGB value is (47,52,45). Sum of RGB (Red+Green+Blue) = 47+52+45=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 52 - color contains mainly: green. Hex color #2F342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F342D is #D0CBD2. Grayscale: #313131. Windows color (decimal): -13683667 or 2962479. OLE color: 2962479.
HSL color Cylindrical-coordinate representation of color #2F342D: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2F342D is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
RGB | 47 | 52 | 45 | - |
CMYK | 0.10 | 0 | 0.13 | 0.80 |
HSL | 102.86º | 0.07% | 0.19% | - |
HSV(B) | 102.86º | 0.13% | 0.2% | - |
XYZ | 2.87 | 3.25 | 2.96 | - |
YUV | 49.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 52 | 45 | 0.10 | 0 | 0.13 | 0.80 | 102.86 | 0.07 | 0.19 |
Hex | 2F | 34 | 2D | A | 0 | D | 50 | 67 | 7 | 13 |
Octal | 57 | 64 | 55 | 12 | 0 | 15 | 120 | 147 | 7 | 23 |
Binary | 101111 | 110100 | 101101 | 1010 | 0 | 1101 | 1010000 | 1100111 | 111 | 10011 |
Color Harmonies of #2F342D
Complementary color
Monochromatic Colors of #2F342D
Black with #2F342D
Text Example
Text Example
White with #2F342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F342D; }
p { color: rgb(47,52,45); }
H1.HeaderClassName
{
color: #2F342D;
}
.AnyTagClassName
{
color: #2F342D;
}
</style>
background-color css
<style>
a { background-color: #2F342D; }
a { background-color: rgb(47,52,45); }
div.DivClassName
{
background-color: #2F342D;
}
.BgClassName
{
background-color: #2F342D;
}
</style>
border-color css
<style>
span { border-color: #2F342D; }
span { border-color: rgb(47,52,45); }
td.TdClassName
{
border-color: #2F342D;
}
.TagClassName
{
border-color: #2F342D;
}
</style>