Html Css Color HEX #294C4D Dark Slate Grey

📋 copy color: '#294C4D'

red 41 ◦ green 76 ◦ blue 77

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

Shades of Dark Slate Grey #294C4D

Tints of Dark Slate Grey #294C4D

RGB

 RED value IS 41 (16.41% from 255) = 21.13%

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

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 21.13%
G = 39.18%
B = 39.69%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#294C4D (or 0x294C4D) is known color: Dark Slate Grey. HEX triplet: 29, 4C and 4D. RGB value is (41,76,77). Sum of RGB (Red+Green+Blue) = 41+76+77=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #294C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C4D is #D6B3B2. Grayscale: #414141. Windows color (decimal): -14070707 or 5065769. OLE color: 5065769.

HSL color Cylindrical-coordinate representation of color #294C4D: hue angle of 181.67º 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 #294C4D is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 77 -
CMYK 0.47 0.01 0 0.70
HSL 181.67º 0.31% 0.23% -
HSV(B) 181.67º 0.47% 0.3% -
XYZ 4.84 6.18 7.96 -
YUV 65.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 41 76 77 0.47 0.01 0 0.70 181.67 0.31 0.23
Hex 29 4C 4D 2F 1 0 46 B6 1F 17
Octal 51 114 115 57 1 0 106 266 37 27
Binary 101001 1001100 1001101 101111 1 0 1000110 10110110 11111 10111

Color Harmonies of #294C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C4D

Black with #294C4D

Text Example


Text Example

White with #294C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294C4D; }

 p { color: rgb(41,76,77); }

 H1.HeaderClassName
 {
   color: #294C4D;
 }
 .AnyTagClassName
 {
   color: #294C4D;
 }
</style>

background-color css

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

 a { background-color: rgb(41,76,77); }

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

border-color css

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

 span { border-color: rgb(41,76,77); }

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