#284847

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

Shades of Dark Slate Grey #284847

Tints of Dark Slate Grey #284847

Color information

#284847 (or 0x284847) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 48 and 47. RGB value is (40,72,71). Sum of RGB (Red+Green+Blue) = 40+72+71=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #284847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284847 is #D7B7B8. Grayscale: #3E3E3E. Windows color (decimal): -14137273 or 4671528. OLE color: 4671528.

HSL color Cylindrical-coordinate representation of color #284847: hue angle of 178.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #284847 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB407271-
CMYK0.4400.010.72
HSL178.12º28.57%21.96%-
HSV(B)178.12º44.44%28.24%-
XYZ4.335.546.8-
YUV62.32132.9112.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=21.86%
G=39.34%
B=38.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4072710.4400.010.72178.1228.5721.96
Hex2848472C0148b21d16
Octal5011010754011102623526
Binary10100010010001000111101100011001000101100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284847; }

 p { color: rgb(40,72,71); }

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

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

 a { background-color: rgb(40,72,71); }

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

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

 span { border-color: rgb(40,72,71); }

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