Shades of Oil #2E3C28
Tints of Oil #2E3C28
RGB
CMYK
RGB Variations
Color information
#2E3C28 (or 0x2E3C28) is known color: Oil. HEX triplet: 2E, 3C and 28. RGB value is (46,60,40). Sum of RGB (Red+Green+Blue) = 46+60+40=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C28 is #D1C3D7. Grayscale: #353535. Windows color (decimal): -13747160 or 2636846. OLE color: 2636846.
HSL color Cylindrical-coordinate representation of color #2E3C28: hue angle of 102º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E3C28 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 60 | 40 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.76 |
| HSL | 102º | 0.2% | 0.2% | - |
| HSV(B) | 102º | 0.33% | 0.24% | - |
| XYZ | 3.13 | 3.97 | 2.61 | - |
| YUV | 53.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 40 | 0.23 | 0 | 0.33 | 0.76 | 102 | 0.2 | 0.2 |
| Hex | 2E | 3C | 28 | 17 | 0 | 21 | 4C | 66 | 14 | 14 |
| Octal | 56 | 74 | 50 | 27 | 0 | 41 | 114 | 146 | 24 | 24 |
| Binary | 101110 | 111100 | 101000 | 10111 | 0 | 100001 | 1001100 | 1100110 | 10100 | 10100 |
Color Harmonies of #2E3C28
Complementary color
Monochromatic Colors of #2E3C28
Black with #2E3C28
Text Example
Text Example
White with #2E3C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C28; }
p { color: rgb(46,60,40); }
H1.HeaderClassName
{
color: #2E3C28;
}
.AnyTagClassName
{
color: #2E3C28;
}
</style>
background-color css
<style>
a { background-color: #2E3C28; }
a { background-color: rgb(46,60,40); }
div.DivClassName
{
background-color: #2E3C28;
}
.BgClassName
{
background-color: #2E3C28;
}
</style>
border-color css
<style>
span { border-color: #2E3C28; }
span { border-color: rgb(46,60,40); }
td.TdClassName
{
border-color: #2E3C28;
}
.TagClassName
{
border-color: #2E3C28;
}
</style>