#294D50

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

Shades of Dark Slate Grey #294D50

Tints of Dark Slate Grey #294D50

Color information

#294D50 (or 0x294D50) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4D and 50. RGB value is (41,77,80). Sum of RGB (Red+Green+Blue) = 41+77+80=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #294D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D50 is #D6B2AF. Grayscale: #424242. Windows color (decimal): -14070448 or 5262633. OLE color: 5262633.

HSL color Cylindrical-coordinate representation of color #294D50: hue angle of 184.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294D50 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417780-
CMYK0.490.0400.69
HSL184.62º32.23%23.73%-
HSV(B)184.62º48.75%31.37%-
XYZ5.026.368.55-
YUV66.58135.57109.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=20.71%
G=38.89%
B=40.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4177800.490.0400.69184.6232.2323.73
Hex294D50314045b92018
Octal5111512061401052714030
Binary10100110011011010000110001100010001011011100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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