Html Css Color HEX #2E372D Oil

📋 copy color: '#2E372D'

red 46 ◦ green 55 ◦ blue 45

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

Shades of Oil #2E372D

Tints of Oil #2E372D

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 value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#2E372D (or 0x2E372D) is known color: 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

RGB 46 55 45 -
CMYK 0.16 0 0.18 0.78
HSL 114º 0.1% 0.2% -
HSV(B) 114º 0.18% 0.22% -
XYZ 2.97 3.5 3 -
YUV 51.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 46 55 45 0.16 0 0.18 0.78 114 0.1 0.2
Hex 2E 37 2D 10 0 12 4E 72 A 14
Octal 56 67 55 20 0 22 116 162 12 24
Binary 101110 110111 101101 10000 0 10010 1001110 1110010 1010 10100

Color Harmonies of #2E372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E372D

Black with #2E372D

Text Example


Text Example

White with #2E372D

Text Example


Text Example

HTML Codes & Css Web 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>