Shades of Oil #2E3B27
Tints of Oil #2E3B27
RGB
CMYK
RGB Variations
Color information
#2E3B27 (or 0x2E3B27) is known color: Oil. HEX triplet: 2E, 3B and 27. RGB value is (46,59,39). Sum of RGB (Red+Green+Blue) = 46+59+39=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #2E3B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3B27 is #D1C4D8. Grayscale: #343434. Windows color (decimal): -13747417 or 2571054. OLE color: 2571054.
HSL color Cylindrical-coordinate representation of color #2E3B27: hue angle of 99º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E3B27 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 59 | 39 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.77 |
| HSL | 99º | 0.2% | 0.19% | - |
| HSV(B) | 99º | 0.34% | 0.23% | - |
| XYZ | 3.06 | 3.86 | 2.5 | - |
| YUV | 52.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 39 | 0.22 | 0 | 0.34 | 0.77 | 99 | 0.2 | 0.19 |
| Hex | 2E | 3B | 27 | 16 | 0 | 22 | 4D | 63 | 14 | 13 |
| Octal | 56 | 73 | 47 | 26 | 0 | 42 | 115 | 143 | 24 | 23 |
| Binary | 101110 | 111011 | 100111 | 10110 | 0 | 100010 | 1001101 | 1100011 | 10100 | 10011 |
Color Harmonies of #2E3B27
Complementary color
Monochromatic Colors of #2E3B27
Black with #2E3B27
Text Example
Text Example
White with #2E3B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B27; }
p { color: rgb(46,59,39); }
H1.HeaderClassName
{
color: #2E3B27;
}
.AnyTagClassName
{
color: #2E3B27;
}
</style>
background-color css
<style>
a { background-color: #2E3B27; }
a { background-color: rgb(46,59,39); }
div.DivClassName
{
background-color: #2E3B27;
}
.BgClassName
{
background-color: #2E3B27;
}
</style>
border-color css
<style>
span { border-color: #2E3B27; }
span { border-color: rgb(46,59,39); }
td.TdClassName
{
border-color: #2E3B27;
}
.TagClassName
{
border-color: #2E3B27;
}
</style>