Html Css Color HEX #284847 Dark Slate Grey

📋 copy color: '#284847'

red 40 ◦ green 72 ◦ blue 71

#284847
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #284847

Tints of Dark Slate Grey #284847

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.13% from 255) = 38.8%

R = 21.86%
G = 39.34%
B = 38.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#284847 (or 0x284847) is known color: 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

RGB 40 72 71 -
CMYK 0.44 0 0.01 0.72
HSL 178.13º 0.29% 0.22% -
HSV(B) 178.13º 0.44% 0.28% -
XYZ 4.33 5.54 6.8 -
YUV 62.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 40 72 71 0.44 0 0.01 0.72 178.13 0.29 0.22
Hex 28 48 47 2C 0 1 48 B2 1D 16
Octal 50 110 107 54 0 1 110 262 35 26
Binary 101000 1001000 1000111 101100 0 1 1001000 10110010 11101 10110

Color Harmonies of #284847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284847

Black with #284847

Text Example


Text Example

White with #284847

Text Example


Text Example

HTML Codes & Css Web 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>