#2E362A

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

Shades of Oil #2E362A

Tints of Oil #2E362A

Color information

#2E362A (or 0x2E362A) is unknown color: approx Oil. HEX triplet: 2E, 36 and 2A. RGB value is (46,54,42). Sum of RGB (Red+Green+Blue) = 46+54+42=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 54 - color contains mainly: green. Hex color #2E362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E362A is #D1C9D5. Grayscale: #323232. Windows color (decimal): -13748694 or 2766382. OLE color: 2766382.

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

Color convert

RGB465442-
CMYK0.1500.220.79
HSL100º12.5%18.82%-
HSV(B)100º22.22%21.18%-
XYZ2.863.392.69-
YUV50.24123.35124.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.39%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=32.39%
G=38.03%
B=29.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4654420.1500.220.7910012.518.82
Hex2E362AF0164F64c13
Octal566652170261171441423
Binary101110110110101010111101011010011111100100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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