Html Css Color HEX #2E3941 Elephant

📋 copy color: '#2E3941'

red 46 ◦ green 57 ◦ blue 65

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

Shades of Elephant #2E3941

Tints of Elephant #2E3941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 27.38%
G = 33.93%
B = 38.69%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E3941 (or 0x2E3941) is known color: Elephant. HEX triplet: 2E, 39 and 41. RGB value is (46,57,65). Sum of RGB (Red+Green+Blue) = 46+57+65=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3941 is #D1C6BE. Grayscale: #363636. Windows color (decimal): -13747903 or 4274478. OLE color: 4274478.

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

Color convert

RGB 46 57 65 -
CMYK 0.29 0.12 0 0.75
HSL 205.26º 0.17% 0.22% -
HSV(B) 205.26º 0.29% 0.25% -
XYZ 3.54 3.89 5.56 -
YUV 54.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 46 57 65 0.29 0.12 0 0.75 205.26 0.17 0.22
Hex 2E 39 41 1D C 0 4B CD 11 16
Octal 56 71 101 35 14 0 113 315 21 26
Binary 101110 111001 1000001 11101 1100 0 1001011 11001101 10001 10110

Color Harmonies of #2E3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3941

Black with #2E3941

Text Example


Text Example

White with #2E3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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