Html Css Color HEX #2E3729 Oil

📋 copy color: '#2E3729'

red 46 ◦ green 55 ◦ blue 41

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

Shades of Oil #2E3729

Tints of Oil #2E3729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.87%

R = 32.39%
G = 38.73%
B = 28.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#2E3729 (or 0x2E3729) is known color: Oil. HEX triplet: 2E, 37 and 29. RGB value is (46,55,41). Sum of RGB (Red+Green+Blue) = 46+55+41=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 55 - color contains mainly: green. Hex color #2E3729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3729 is #D1C8D6. Grayscale: #323232. Windows color (decimal): -13748439 or 2701102. OLE color: 2701102.

HSL color Cylindrical-coordinate representation of color #2E3729: hue angle of 98.57º degrees, saturation: 0.15, 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 #2E3729 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 55 41 -
CMYK 0.16 0 0.25 0.78
HSL 98.57º 0.15% 0.19% -
HSV(B) 98.57º 0.25% 0.22% -
XYZ 2.89 3.47 2.62 -
YUV 50.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 46 55 41 0.16 0 0.25 0.78 98.57 0.15 0.19
Hex 2E 37 29 10 0 19 4E 63 F 13
Octal 56 67 51 20 0 31 116 143 17 23
Binary 101110 110111 101001 10000 0 11001 1001110 1100011 1111 10011

Color Harmonies of #2E3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3729

Black with #2E3729

Text Example


Text Example

White with #2E3729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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