Html Css Color HEX #284C4B Dark Slate Grey

📋 copy color: '#284C4B'

red 40 ◦ green 76 ◦ blue 75

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

Shades of Dark Slate Grey #284C4B

Tints of Dark Slate Grey #284C4B

RGB

 RED value IS 40 (16.02% from 255) = 20.94%

 GREEN value IS 76 (30.08% from 255) = 39.79%

 BLUE value IS 75 (29.69% from 255) = 39.27%

R = 20.94%
G = 39.79%
B = 39.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#284C4B (or 0x284C4B) is known color: Dark Slate Grey. HEX triplet: 28, 4C and 4B. RGB value is (40,76,75). Sum of RGB (Red+Green+Blue) = 40+76+75=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #284C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C4B is #D7B3B4. Grayscale: #414141. Windows color (decimal): -14136245 or 4934696. OLE color: 4934696.

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

Color convert

RGB 40 76 75 -
CMYK 0.47 0 0.01 0.70
HSL 178.33º 0.31% 0.23% -
HSV(B) 178.33º 0.47% 0.3% -
XYZ 4.73 6.13 7.59 -
YUV 65.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 40 76 75 0.47 0 0.01 0.70 178.33 0.31 0.23
Hex 28 4C 4B 2F 0 1 46 B2 1F 17
Octal 50 114 113 57 0 1 106 262 37 27
Binary 101000 1001100 1001011 101111 0 1 1000110 10110010 11111 10111

Color Harmonies of #284C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C4B

Black with #284C4B

Text Example


Text Example

White with #284C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,76,75); }

 H1.HeaderClassName
 {
   color: #284C4B;
 }
 .AnyTagClassName
 {
   color: #284C4B;
 }
</style>

background-color css

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

 a { background-color: rgb(40,76,75); }

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

border-color css

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

 span { border-color: rgb(40,76,75); }

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