#2E372D

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

Shades of Oil #2E372D

Tints of Oil #2E372D

Color information

#2E372D (or 0x2E372D) is unknown color: approx Oil. HEX triplet: 2E, 37 and 2D. RGB value is (46,55,45). Sum of RGB (Red+Green+Blue) = 46+55+45=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 55 - color contains mainly: green. Hex color #2E372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E372D is #D1C8D2. Grayscale: #333333. Windows color (decimal): -13748435 or 2963246. OLE color: 2963246.

HSL color Cylindrical-coordinate representation of color #2E372D: hue angle of 114º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E372D is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB465545-
CMYK0.1600.180.78
HSL114º10%19.61%-
HSV(B)114º18.18%21.57%-
XYZ2.973.53-
YUV51.17124.52124.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.51%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=31.51%
G=37.67%
B=30.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4655450.1600.180.781141019.61
Hex2E372D100124E72a14
Octal566755200221161621224
Binary1011101101111011011000001001010011101110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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