#294D4A

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

Shades of Dark Slate Grey #294D4A

Tints of Dark Slate Grey #294D4A

Color information

#294D4A (or 0x294D4A) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4D and 4A. RGB value is (41,77,74). Sum of RGB (Red+Green+Blue) = 41+77+74=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #294D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D4A is #D6B2B5. Grayscale: #414141. Windows color (decimal): -14070454 or 4869417. OLE color: 4869417.

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

Color convert

RGB417774-
CMYK0.4700.040.70
HSL175º30.51%23.14%-
HSV(B)175º46.75%30.2%-
XYZ4.86.277.44-
YUV65.89132.57110.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=21.35%
G=40.10%
B=38.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177740.4700.040.7017530.5123.14
Hex294D4A2F0446af1f17
Octal5111511257041062573727
Binary1010011001101100101010111101001000110101011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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