#2E5856

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

Shades of Dark Slate Grey #2E5856

Tints of Dark Slate Grey #2E5856

Color information

#2E5856 (or 0x2E5856) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 58 and 56. RGB value is (46,88,86). Sum of RGB (Red+Green+Blue) = 46+88+86=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #2E5856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5856 is #D1A7A9. Grayscale: #4B4B4B. Windows color (decimal): -13739946 or 5658670. OLE color: 5658670.

HSL color Cylindrical-coordinate representation of color #2E5856: hue angle of 177.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5856 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB468886-
CMYK0.4800.020.65
HSL177.14º31.34%26.27%-
HSV(B)177.14º47.73%34.51%-
XYZ6.38.2310.06-
YUV75.21134.09107.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=20.91%
G=40%
B=39.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4688860.4800.020.65177.1431.3426.27
Hex2E5856300241b11f1a
Octal5613012660021012613732
Binary101110101100010101101100000101000001101100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,88,86); }

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

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

 a { background-color: rgb(46,88,86); }

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

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

 span { border-color: rgb(46,88,86); }

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