#2E302D

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

Shades of Oil #2E302D

Tints of Oil #2E302D

Color information

#2E302D (or 0x2E302D) is unknown color: approx Oil. HEX triplet: 2E, 30 and 2D. RGB value is (46,48,45). Sum of RGB (Red+Green+Blue) = 46+48+45=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 48 - color contains mainly: green. Hex color #2E302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E302D is #D1CFD2. Grayscale: #2F2F2F. Windows color (decimal): -13750227 or 2961454. OLE color: 2961454.

HSL color Cylindrical-coordinate representation of color #2E302D: hue angle of 100º degrees, saturation: 0.03, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2E302D is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB464845-
CMYK0.0400.060.81
HSL100º3.23%18.24%-
HSV(B)100º6.25%18.82%-
XYZ2.662.882.9-
YUV47.06126.84127.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=33.09%
G=34.53%
B=32.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648450.0400.060.811003.2318.24
Hex2E302D4065164312
Octal566055406121144322
Binary1011101100001011011000110101000111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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