#2E3A2C

Color #2E3A2C Oil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oil #2E3A2C

Tints of Oil #2E3A2C

Color information

#2E3A2C (or 0x2E3A2C) is unknown color: approx Oil. HEX triplet: 2E, 3A and 2C. RGB value is (46,58,44). Sum of RGB (Red+Green+Blue) = 46+58+44=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A2C is #D1C5D3. Grayscale: #343434. Windows color (decimal): -13747668 or 2898478. OLE color: 2898478.

HSL color Cylindrical-coordinate representation of color #2E3A2C: hue angle of 111.43º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E3A2C is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB465844-
CMYK0.2100.240.77
HSL111.43º13.73%20%-
HSV(B)111.43º24.14%22.75%-
XYZ3.093.792.95-
YUV52.82123.02123.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 31.08%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=31.08%
G=39.19%
B=29.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4658440.2100.240.77111.4313.7320
Hex2E3A2C150184D6fe14
Octal567254250301151571624
Binary1011101110101011001010101100010011011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3A2C; }

 p { color: rgb(46,58,44); }

 H1.HeaderClassName
 {
   color: #2E3A2C;
 }
 .AnyTagClassName
 {
   color: #2E3A2C;
 }
</style>
background-color css

<style>
 a { background-color: #2E3A2C; }

 a { background-color: rgb(46,58,44); }

 div.DivClassName
 {
   background-color: #2E3A2C;
 }
 .BgClassName
 {
   background-color: #2E3A2C;
 }
</style>
border-color css

<style>
 span { border-color: #2E3A2C; }

 span { border-color: rgb(46,58,44); }

 td.TdClassName
 {
   border-color: #2E3A2C;
 }
 .TagClassName
 {
   border-color: #2E3A2C;
 }
</style>