Shades of Oil #2F362D
Tints of Oil #2F362D
RGB
CMYK
RGB Variations
Color information
#2F362D (or 0x2F362D) is known color: Oil. HEX triplet: 2F, 36 and 2D. RGB value is (47,54,45). Sum of RGB (Red+Green+Blue) = 47+54+45=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 54 - color contains mainly: green. Hex color #2F362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F362D is #D0C9D2. Grayscale: #323232. Windows color (decimal): -13683155 or 2962991. OLE color: 2962991.
HSL color Cylindrical-coordinate representation of color #2F362D: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2F362D is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 54 | 45 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.79 |
| HSL | 106.67º | 0.09% | 0.19% | - |
| HSV(B) | 106.67º | 0.17% | 0.21% | - |
| XYZ | 2.97 | 3.43 | 2.99 | - |
| YUV | 50.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 45 | 0.13 | 0 | 0.17 | 0.79 | 106.67 | 0.09 | 0.19 |
| Hex | 2F | 36 | 2D | D | 0 | 11 | 4F | 6B | 9 | 13 |
| Octal | 57 | 66 | 55 | 15 | 0 | 21 | 117 | 153 | 11 | 23 |
| Binary | 101111 | 110110 | 101101 | 1101 | 0 | 10001 | 1001111 | 1101011 | 1001 | 10011 |
Color Harmonies of #2F362D
Complementary color
Monochromatic Colors of #2F362D
Black with #2F362D
Text Example
Text Example
White with #2F362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F362D; }
p { color: rgb(47,54,45); }
H1.HeaderClassName
{
color: #2F362D;
}
.AnyTagClassName
{
color: #2F362D;
}
</style>
background-color css
<style>
a { background-color: #2F362D; }
a { background-color: rgb(47,54,45); }
div.DivClassName
{
background-color: #2F362D;
}
.BgClassName
{
background-color: #2F362D;
}
</style>
border-color css
<style>
span { border-color: #2F362D; }
span { border-color: rgb(47,54,45); }
td.TdClassName
{
border-color: #2F362D;
}
.TagClassName
{
border-color: #2F362D;
}
</style>