Shades of Oil #2E3B28
Tints of Oil #2E3B28
RGB
CMYK
RGB Variations
Color information
#2E3B28 (or 0x2E3B28) is known color: Oil. HEX triplet: 2E, 3B and 28. RGB value is (46,59,40). Sum of RGB (Red+Green+Blue) = 46+59+40=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #2E3B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3B28 is #D1C4D7. Grayscale: #353535. Windows color (decimal): -13747416 or 2636590. OLE color: 2636590.
HSL color Cylindrical-coordinate representation of color #2E3B28: hue angle of 101.05º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E3B28 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 59 | 40 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.77 |
| HSL | 101.05º | 0.19% | 0.19% | - |
| HSV(B) | 101.05º | 0.32% | 0.23% | - |
| XYZ | 3.07 | 3.86 | 2.59 | - |
| YUV | 52.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 40 | 0.22 | 0 | 0.32 | 0.77 | 101.05 | 0.19 | 0.19 |
| Hex | 2E | 3B | 28 | 16 | 0 | 20 | 4D | 65 | 13 | 13 |
| Octal | 56 | 73 | 50 | 26 | 0 | 40 | 115 | 145 | 23 | 23 |
| Binary | 101110 | 111011 | 101000 | 10110 | 0 | 100000 | 1001101 | 1100101 | 10011 | 10011 |
Color Harmonies of #2E3B28
Complementary color
Monochromatic Colors of #2E3B28
Black with #2E3B28
Text Example
Text Example
White with #2E3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B28; }
p { color: rgb(46,59,40); }
H1.HeaderClassName
{
color: #2E3B28;
}
.AnyTagClassName
{
color: #2E3B28;
}
</style>
background-color css
<style>
a { background-color: #2E3B28; }
a { background-color: rgb(46,59,40); }
div.DivClassName
{
background-color: #2E3B28;
}
.BgClassName
{
background-color: #2E3B28;
}
</style>
border-color css
<style>
span { border-color: #2E3B28; }
span { border-color: rgb(46,59,40); }
td.TdClassName
{
border-color: #2E3B28;
}
.TagClassName
{
border-color: #2E3B28;
}
</style>