Shades of Oil #2F342C
Tints of Oil #2F342C
RGB
CMYK
RGB Variations
Color information
#2F342C (or 0x2F342C) is known color: Oil. HEX triplet: 2F, 34 and 2C. RGB value is (47,52,44). Sum of RGB (Red+Green+Blue) = 47+52+44=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 52 - color contains mainly: green. Hex color #2F342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F342C is #D0CBD3. Grayscale: #313131. Windows color (decimal): -13683668 or 2896943. OLE color: 2896943.
HSL color Cylindrical-coordinate representation of color #2F342C: hue angle of 97.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F342C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 52 | 44 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.80 |
| HSL | 97.5º | 0.08% | 0.19% | - |
| HSV(B) | 97.5º | 0.15% | 0.2% | - |
| XYZ | 2.85 | 3.24 | 2.86 | - |
| YUV | 49.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 44 | 0.10 | 0 | 0.15 | 0.80 | 97.5 | 0.08 | 0.19 |
| Hex | 2F | 34 | 2C | A | 0 | F | 50 | 62 | 8 | 13 |
| Octal | 57 | 64 | 54 | 12 | 0 | 17 | 120 | 142 | 10 | 23 |
| Binary | 101111 | 110100 | 101100 | 1010 | 0 | 1111 | 1010000 | 1100010 | 1000 | 10011 |
Color Harmonies of #2F342C
Complementary color
Monochromatic Colors of #2F342C
Black with #2F342C
Text Example
Text Example
White with #2F342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F342C; }
p { color: rgb(47,52,44); }
H1.HeaderClassName
{
color: #2F342C;
}
.AnyTagClassName
{
color: #2F342C;
}
</style>
background-color css
<style>
a { background-color: #2F342C; }
a { background-color: rgb(47,52,44); }
div.DivClassName
{
background-color: #2F342C;
}
.BgClassName
{
background-color: #2F342C;
}
</style>
border-color css
<style>
span { border-color: #2F342C; }
span { border-color: rgb(47,52,44); }
td.TdClassName
{
border-color: #2F342C;
}
.TagClassName
{
border-color: #2F342C;
}
</style>