Shades of Oil #2E3C2B
Tints of Oil #2E3C2B
RGB
CMYK
RGB Variations
Color information
#2E3C2B (or 0x2E3C2B) is known color: Oil. HEX triplet: 2E, 3C and 2B. RGB value is (46,60,43). Sum of RGB (Red+Green+Blue) = 46+60+43=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C2B is #D1C3D4. Grayscale: #353535. Windows color (decimal): -13747157 or 2833454. OLE color: 2833454.
HSL color Cylindrical-coordinate representation of color #2E3C2B: hue angle of 109.41º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3C2B is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
RGB | 46 | 60 | 43 | - |
CMYK | 0.23 | 0 | 0.28 | 0.76 |
HSL | 109.41º | 0.17% | 0.2% | - |
HSV(B) | 109.41º | 0.28% | 0.24% | - |
XYZ | 3.18 | 3.99 | 2.89 | - |
YUV | 53.88 | 121.86 | 122.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 60 | 43 | 0.23 | 0 | 0.28 | 0.76 | 109.41 | 0.17 | 0.2 |
Hex | 2E | 3C | 2B | 17 | 0 | 1C | 4C | 6D | 11 | 14 |
Octal | 56 | 74 | 53 | 27 | 0 | 34 | 114 | 155 | 21 | 24 |
Binary | 101110 | 111100 | 101011 | 10111 | 0 | 11100 | 1001100 | 1101101 | 10001 | 10100 |
Color Harmonies of #2E3C2B
Complementary color
Monochromatic Colors of #2E3C2B
Black with #2E3C2B
Text Example
Text Example
White with #2E3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C2B; }
p { color: rgb(46,60,43); }
H1.HeaderClassName
{
color: #2E3C2B;
}
.AnyTagClassName
{
color: #2E3C2B;
}
</style>
background-color css
<style>
a { background-color: #2E3C2B; }
a { background-color: rgb(46,60,43); }
div.DivClassName
{
background-color: #2E3C2B;
}
.BgClassName
{
background-color: #2E3C2B;
}
</style>
border-color css
<style>
span { border-color: #2E3C2B; }
span { border-color: rgb(46,60,43); }
td.TdClassName
{
border-color: #2E3C2B;
}
.TagClassName
{
border-color: #2E3C2B;
}
</style>