#2E332D

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

Shades of Oil #2E332D

Tints of Oil #2E332D

Color information

#2E332D (or 0x2E332D) is unknown color: approx Oil. HEX triplet: 2E, 33 and 2D. RGB value is (46,51,45). Sum of RGB (Red+Green+Blue) = 46+51+45=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 51 - color contains mainly: green. Hex color #2E332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E332D is #D1CCD2. Grayscale: #303030. Windows color (decimal): -13749459 or 2962222. OLE color: 2962222.

HSL color Cylindrical-coordinate representation of color #2E332D: hue angle of 110º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2E332D is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB465145-
CMYK0.1000.120.8
HSL110º6.25%18.82%-
HSV(B)110º11.76%20%-
XYZ2.783.142.94-
YUV48.82125.84125.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.39%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=32.39%
G=35.92%
B=31.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4651450.1000.120.81106.2518.82
Hex2E332DA0C506e613
Octal56635512014120156623
Binary1011101100111011011010011001010000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,51,45); }

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

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

 a { background-color: rgb(46,51,45); }

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

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

 span { border-color: rgb(46,51,45); }

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