#2E382A

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

Shades of Oil #2E382A

Tints of Oil #2E382A

Color information

#2E382A (or 0x2E382A) is unknown color: approx Oil. HEX triplet: 2E, 38 and 2A. RGB value is (46,56,42). Sum of RGB (Red+Green+Blue) = 46+56+42=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #2E382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E382A is #D1C7D5. Grayscale: #333333. Windows color (decimal): -13748182 or 2766894. OLE color: 2766894.

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

Color convert

RGB465642-
CMYK0.1800.250.78
HSL102.86º14.29%19.22%-
HSV(B)102.86º25%21.96%-
XYZ2.963.582.72-
YUV51.41122.69124.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=31.94%
G=38.89%
B=29.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4656420.1800.250.78102.8614.2919.22
Hex2E382A120194E67e13
Octal567052220311161471623
Binary1011101110001010101001001100110011101100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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