#284F4A

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

Shades of Dark Slate Grey #284F4A

Tints of Dark Slate Grey #284F4A

Color information

#284F4A (or 0x284F4A) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 4F and 4A. RGB value is (40,79,74). Sum of RGB (Red+Green+Blue) = 40+79+74=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #284F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284F4A is #D7B0B5. Grayscale: #424242. Windows color (decimal): -14135478 or 4869928. OLE color: 4869928.

HSL color Cylindrical-coordinate representation of color #284F4A: hue angle of 172.31º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284F4A is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB407974-
CMYK0.4900.060.69
HSL172.31º32.77%23.33%-
HSV(B)172.31º49.37%30.98%-
XYZ4.916.547.48-
YUV66.77132.08108.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=20.73%
G=40.93%
B=38.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4079740.4900.060.69172.3132.7723.33
Hex284F4A310645ac2117
Octal5011711261061052544127
Binary10100010011111001010110001011010001011010110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,79,74); }

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

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

 a { background-color: rgb(40,79,74); }

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

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

 span { border-color: rgb(40,79,74); }

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