#2E4548

Color #2E4548 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2E4548

Tints of Dark Slate Grey #2E4548

Color information

#2E4548 (or 0x2E4548) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 45 and 48. RGB value is (46,69,72). Sum of RGB (Red+Green+Blue) = 46+69+72=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E4548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4548 is #D1BAB7. Grayscale: #3E3E3E. Windows color (decimal): -13744824 or 4736302. OLE color: 4736302.

HSL color Cylindrical-coordinate representation of color #2E4548: hue angle of 186.92º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4548 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB466972-
CMYK0.360.0400.72
HSL186.92º22.03%23.14%-
HSV(B)186.92º36.11%28.24%-
XYZ4.425.36.92-
YUV62.46133.38116.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=24.60%
G=36.90%
B=38.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4669720.360.0400.72186.9222.0323.14
Hex2E4548244048bb1617
Octal5610511044401102732627
Binary1011101000101100100010010010001001000101110111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,72); }

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

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

 a { background-color: rgb(46,69,72); }

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

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

 span { border-color: rgb(46,69,72); }

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