#2E373E

Color #2E373E Elephant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elephant #2E373E

Tints of Elephant #2E373E

Color information

#2E373E (or 0x2E373E) is unknown color: approx Elephant. HEX triplet: 2E, 37 and 3E. RGB value is (46,55,62). Sum of RGB (Red+Green+Blue) = 46+55+62=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E373E is #D1C8C1. Grayscale: #353535. Windows color (decimal): -13748418 or 4077358. OLE color: 4077358.

HSL color Cylindrical-coordinate representation of color #2E373E: hue angle of 206.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E373E is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB465562-
CMYK0.260.1100.76
HSL206.25º14.81%21.18%-
HSV(B)206.25º25.81%24.31%-
XYZ3.363.665.09-
YUV53.11133.02122.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.22%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=28.22%
G=33.74%
B=38.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4655620.260.1100.76206.2514.8121.18
Hex2E373E1AB04Ccef15
Octal566776321301143161725
Binary1011101101111111101101010110100110011001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E373E;
 }
 .AnyTagClassName
 {
   color: #2E373E;
 }
</style>
background-color css

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

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

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

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

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

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