#2E322D

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

Shades of Oil #2E322D

Tints of Oil #2E322D

Color information

#2E322D (or 0x2E322D) is unknown color: approx Oil. HEX triplet: 2E, 32 and 2D. RGB value is (46,50,45). Sum of RGB (Red+Green+Blue) = 46+50+45=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 50 - color contains mainly: green. Hex color #2E322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E322D is #D1CDD2. Grayscale: #303030. Windows color (decimal): -13749715 or 2961966. OLE color: 2961966.

HSL color Cylindrical-coordinate representation of color #2E322D: hue angle of 108º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E322D is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB465045-
CMYK0.0800.100.80
HSL108º5.26%18.63%-
HSV(B)108º10%19.61%-
XYZ2.743.052.93-
YUV48.23126.17126.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=32.62%
G=35.46%
B=31.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650450.0800.100.801085.2618.63
Hex2E322D80A506c513
Octal56625510012120154523
Binary1011101100101011011000010101010000110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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