#2E362D

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

Shades of Oil #2E362D

Tints of Oil #2E362D

Color information

#2E362D (or 0x2E362D) is unknown color: approx Oil. HEX triplet: 2E, 36 and 2D. RGB value is (46,54,45). Sum of RGB (Red+Green+Blue) = 46+54+45=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 54 - color contains mainly: green. Hex color #2E362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E362D is #D1C9D2. Grayscale: #323232. Windows color (decimal): -13748691 or 2962990. OLE color: 2962990.

HSL color Cylindrical-coordinate representation of color #2E362D: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2E362D is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB465445-
CMYK0.1500.170.79
HSL113.33º9.09%19.41%-
HSV(B)113.33º16.67%21.18%-
XYZ2.923.412.99-
YUV50.58124.85124.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.72%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=31.72%
G=37.24%
B=31.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4654450.1500.170.79113.339.0919.41
Hex2E362DF0114F71913
Octal566655170211171611123
Binary101110110110101101111101000110011111110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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