#294C49

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

Shades of Dark Slate Grey #294C49

Tints of Dark Slate Grey #294C49

Color information

#294C49 (or 0x294C49) is unknown color: approx 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

RGB417673-
CMYK0.4600.040.70
HSL174.86º29.91%22.94%-
HSV(B)174.86º46.05%29.8%-
XYZ4.76.127.24-
YUV65.19132.4110.74-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4176730.4600.040.70174.8629.9122.94
Hex294C492E0446af1e17
Octal5111411156041062573627
Binary1010011001100100100110111001001000110101011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>