Html Css Color HEX #2E352A Oil

📋 copy color: '#2E352A'

red 46 ◦ green 53 ◦ blue 42

#2E352A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oil #2E352A

Tints of Oil #2E352A

RGB

 RED value IS 46 (18.36% from 255) = 32.62%

 GREEN value IS 53 (21.09% from 255) = 37.59%

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 32.62%
G = 37.59%
B = 29.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#2E352A (or 0x2E352A) is known color: Oil. HEX triplet: 2E, 35 and 2A. RGB value is (46,53,42). Sum of RGB (Red+Green+Blue) = 46+53+42=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #2E352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E352A is #D1CAD5. Grayscale: #313131. Windows color (decimal): -13748950 or 2766126. OLE color: 2766126.

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

Color convert

RGB 46 53 42 -
CMYK 0.13 0 0.21 0.79
HSL 98.18º 0.12% 0.19% -
HSV(B) 98.18º 0.21% 0.21% -
XYZ 2.82 3.29 2.68 -
YUV 49.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 46 53 42 0.13 0 0.21 0.79 98.18 0.12 0.19
Hex 2E 35 2A D 0 15 4F 62 C 13
Octal 56 65 52 15 0 25 117 142 14 23
Binary 101110 110101 101010 1101 0 10101 1001111 1100010 1100 10011

Color Harmonies of #2E352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E352A

Black with #2E352A

Text Example


Text Example

White with #2E352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E352A;
 }
 .AnyTagClassName
 {
   color: #2E352A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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