Html Css Color HEX #2E3929 Oil

📋 copy color: '#2E3929'

red 46 ◦ green 57 ◦ blue 41

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

Shades of Oil #2E3929

Tints of Oil #2E3929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.58%

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

R = 31.94%
G = 39.58%
B = 28.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#2E3929 (or 0x2E3929) is known color: Oil. HEX triplet: 2E, 39 and 29. RGB value is (46,57,41). Sum of RGB (Red+Green+Blue) = 46+57+41=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3929 is #D1C6D6. Grayscale: #333333. Windows color (decimal): -13747927 or 2701614. OLE color: 2701614.

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

Color convert

RGB 46 57 41 -
CMYK 0.19 0 0.28 0.78
HSL 101.25º 0.16% 0.19% -
HSV(B) 101.25º 0.28% 0.22% -
XYZ 2.99 3.67 2.65 -
YUV 51.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 46 57 41 0.19 0 0.28 0.78 101.25 0.16 0.19
Hex 2E 39 29 13 0 1C 4E 65 10 13
Octal 56 71 51 23 0 34 116 145 20 23
Binary 101110 111001 101001 10011 0 11100 1001110 1100101 10000 10011

Color Harmonies of #2E3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3929

Black with #2E3929

Text Example


Text Example

White with #2E3929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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