Html Css Color HEX #2E3940 Elephant

📋 copy color: '#2E3940'

red 46 ◦ green 57 ◦ blue 64

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

Shades of Elephant #2E3940

Tints of Elephant #2E3940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 27.54%
G = 34.13%
B = 38.32%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E3940 (or 0x2E3940) is known color: Elephant. HEX triplet: 2E, 39 and 40. RGB value is (46,57,64). Sum of RGB (Red+Green+Blue) = 46+57+64=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3940 is #D1C6BF. Grayscale: #363636. Windows color (decimal): -13747904 or 4208942. OLE color: 4208942.

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

Color convert

RGB 46 57 64 -
CMYK 0.28 0.11 0 0.75
HSL 203.33º 0.16% 0.22% -
HSV(B) 203.33º 0.28% 0.25% -
XYZ 3.52 3.88 5.41 -
YUV 54.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 46 57 64 0.28 0.11 0 0.75 203.33 0.16 0.22
Hex 2E 39 40 1C B 0 4B CB 10 16
Octal 56 71 100 34 13 0 113 313 20 26
Binary 101110 111001 1000000 11100 1011 0 1001011 11001011 10000 10110

Color Harmonies of #2E3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3940

Black with #2E3940

Text Example


Text Example

White with #2E3940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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