#294E50

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

Shades of Dark Slate Grey #294E50

Tints of Dark Slate Grey #294E50

Color information

#294E50 (or 0x294E50) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4E and 50. RGB value is (41,78,80). Sum of RGB (Red+Green+Blue) = 41+78+80=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #294E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E50 is #D6B1AF. Grayscale: #434343. Windows color (decimal): -14070192 or 5262889. OLE color: 5262889.

HSL color Cylindrical-coordinate representation of color #294E50: hue angle of 183.08º 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 #294E50 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417880-
CMYK0.490.0200.69
HSL183.08º32.23%23.73%-
HSV(B)183.08º48.75%31.37%-
XYZ5.096.58.58-
YUV67.16135.24109.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=20.60%
G=39.20%
B=40.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178800.490.0200.69183.0832.2323.73
Hex294E50312045b72018
Octal5111612061201052674030
Binary1010011001110101000011000110010001011011011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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