Shades of Oil #2E3E27
Tints of Oil #2E3E27
RGB
CMYK
RGB Variations
Color information
#2E3E27 (or 0x2E3E27) is known color: Oil. HEX triplet: 2E, 3E and 27. RGB value is (46,62,39). Sum of RGB (Red+Green+Blue) = 46+62+39=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E27 is #D1C1D8. Grayscale: #363636. Windows color (decimal): -13746649 or 2571822. OLE color: 2571822.
HSL color Cylindrical-coordinate representation of color #2E3E27: hue angle of 101.74º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E3E27 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 62 | 39 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.76 |
| HSL | 101.74º | 0.23% | 0.2% | - |
| HSV(B) | 101.74º | 0.37% | 0.24% | - |
| XYZ | 3.22 | 4.17 | 2.56 | - |
| YUV | 54.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 39 | 0.26 | 0 | 0.37 | 0.76 | 101.74 | 0.23 | 0.2 |
| Hex | 2E | 3E | 27 | 1A | 0 | 25 | 4C | 66 | 17 | 14 |
| Octal | 56 | 76 | 47 | 32 | 0 | 45 | 114 | 146 | 27 | 24 |
| Binary | 101110 | 111110 | 100111 | 11010 | 0 | 100101 | 1001100 | 1100110 | 10111 | 10100 |
Color Harmonies of #2E3E27
Complementary color
Monochromatic Colors of #2E3E27
Black with #2E3E27
Text Example
Text Example
White with #2E3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E27; }
p { color: rgb(46,62,39); }
H1.HeaderClassName
{
color: #2E3E27;
}
.AnyTagClassName
{
color: #2E3E27;
}
</style>
background-color css
<style>
a { background-color: #2E3E27; }
a { background-color: rgb(46,62,39); }
div.DivClassName
{
background-color: #2E3E27;
}
.BgClassName
{
background-color: #2E3E27;
}
</style>
border-color css
<style>
span { border-color: #2E3E27; }
span { border-color: rgb(46,62,39); }
td.TdClassName
{
border-color: #2E3E27;
}
.TagClassName
{
border-color: #2E3E27;
}
</style>