Html Css Color HEX #2E372C Oil

📋 copy color: '#2E372C'

red 46 ◦ green 55 ◦ blue 44

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

Shades of Oil #2E372C

Tints of Oil #2E372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 31.72%
G = 37.93%
B = 30.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#2E372C (or 0x2E372C) is known color: Oil. HEX triplet: 2E, 37 and 2C. RGB value is (46,55,44). Sum of RGB (Red+Green+Blue) = 46+55+44=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 55 - color contains mainly: green. Hex color #2E372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E372C is #D1C8D3. Grayscale: #333333. Windows color (decimal): -13748436 or 2897710. OLE color: 2897710.

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

Color convert

RGB 46 55 44 -
CMYK 0.16 0 0.2 0.78
HSL 109.09º 0.11% 0.19% -
HSV(B) 109.09º 0.2% 0.22% -
XYZ 2.95 3.5 2.9 -
YUV 51.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 46 55 44 0.16 0 0.2 0.78 109.09 0.11 0.19
Hex 2E 37 2C 10 0 14 4E 6D B 13
Octal 56 67 54 20 0 24 116 155 13 23
Binary 101110 110111 101100 10000 0 10100 1001110 1101101 1011 10011

Color Harmonies of #2E372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E372C

Black with #2E372C

Text Example


Text Example

White with #2E372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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