Html Css Color HEX #294C49 Dark Slate Grey

📋 copy color: '#294C49'

red 41 ◦ green 76 ◦ blue 73

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

Shades of Dark Slate Grey #294C49

Tints of Dark Slate Grey #294C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 21.58%
G = 40%
B = 38.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#294C49 (or 0x294C49) is known color: Dark Slate Grey. HEX triplet: 29, 4C and 49. RGB value is (41,76,73). Sum of RGB (Red+Green+Blue) = 41+76+73=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #294C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C49 is #D6B3B6. Grayscale: #414141. Windows color (decimal): -14070711 or 4803625. OLE color: 4803625.

HSL color Cylindrical-coordinate representation of color #294C49: hue angle of 174.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C49 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 73 -
CMYK 0.46 0 0.04 0.70
HSL 174.86º 0.3% 0.23% -
HSV(B) 174.86º 0.46% 0.3% -
XYZ 4.7 6.12 7.24 -
YUV 65.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 41 76 73 0.46 0 0.04 0.70 174.86 0.3 0.23
Hex 29 4C 49 2E 0 4 46 AF 1E 17
Octal 51 114 111 56 0 4 106 257 36 27
Binary 101001 1001100 1001001 101110 0 100 1000110 10101111 11110 10111

Color Harmonies of #294C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C49

Black with #294C49

Text Example


Text Example

White with #294C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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