Shades of Oil #2F382C
Tints of Oil #2F382C
RGB
CMYK
RGB Variations
Color information
#2F382C (or 0x2F382C) is known color: Oil. HEX triplet: 2F, 38 and 2C. RGB value is (47,56,44). Sum of RGB (Red+Green+Blue) = 47+56+44=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 56 - color contains mainly: green. Hex color #2F382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F382C is #D0C7D3. Grayscale: #333333. Windows color (decimal): -13682644 or 2897967. OLE color: 2897967.
HSL color Cylindrical-coordinate representation of color #2F382C: hue angle of 105º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2F382C is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 44 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.78 |
| HSL | 105º | 0.12% | 0.2% | - |
| HSV(B) | 105º | 0.21% | 0.22% | - |
| XYZ | 3.04 | 3.61 | 2.92 | - |
| YUV | 51.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 44 | 0.16 | 0 | 0.21 | 0.78 | 105 | 0.12 | 0.2 |
| Hex | 2F | 38 | 2C | 10 | 0 | 15 | 4E | 69 | C | 14 |
| Octal | 57 | 70 | 54 | 20 | 0 | 25 | 116 | 151 | 14 | 24 |
| Binary | 101111 | 111000 | 101100 | 10000 | 0 | 10101 | 1001110 | 1101001 | 1100 | 10100 |
Color Harmonies of #2F382C
Complementary color
Monochromatic Colors of #2F382C
Black with #2F382C
Text Example
Text Example
White with #2F382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F382C; }
p { color: rgb(47,56,44); }
H1.HeaderClassName
{
color: #2F382C;
}
.AnyTagClassName
{
color: #2F382C;
}
</style>
background-color css
<style>
a { background-color: #2F382C; }
a { background-color: rgb(47,56,44); }
div.DivClassName
{
background-color: #2F382C;
}
.BgClassName
{
background-color: #2F382C;
}
</style>
border-color css
<style>
span { border-color: #2F382C; }
span { border-color: rgb(47,56,44); }
td.TdClassName
{
border-color: #2F382C;
}
.TagClassName
{
border-color: #2F382C;
}
</style>