#284D49

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

Shades of Dark Slate Grey #284D49

Tints of Dark Slate Grey #284D49

Color information

#284D49 (or 0x284D49) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 4D and 49. RGB value is (40,77,73). Sum of RGB (Red+Green+Blue) = 40+77+73=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #284D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284D49 is #D7B2B6. Grayscale: #414141. Windows color (decimal): -14135991 or 4803880. OLE color: 4803880.

HSL color Cylindrical-coordinate representation of color #284D49: hue angle of 173.51º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #284D49 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB407773-
CMYK0.4800.050.70
HSL173.51º31.62%22.94%-
HSV(B)173.51º48.05%30.2%-
XYZ4.736.247.26-
YUV65.48132.24109.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=21.05%
G=40.53%
B=38.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4077730.4800.050.70173.5131.6222.94
Hex284D49300546ae2017
Octal5011511160051062564027
Binary10100010011011001001110000010110001101010111010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284D49; }

 p { color: rgb(40,77,73); }

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

<style>
 a { background-color: #284D49; }

 a { background-color: rgb(40,77,73); }

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

<style>
 span { border-color: #284D49; }

 span { border-color: rgb(40,77,73); }

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