#294C4E

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

Shades of Dark Slate Grey #294C4E

Tints of Dark Slate Grey #294C4E

Color information

#294C4E (or 0x294C4E) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4C and 4E. RGB value is (41,76,78). Sum of RGB (Red+Green+Blue) = 41+76+78=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #294C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C4E is #D6B3B1. Grayscale: #414141. Windows color (decimal): -14070706 or 5131305. OLE color: 5131305.

HSL color Cylindrical-coordinate representation of color #294C4E: hue angle of 183.24º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294C4E is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417678-
CMYK0.470.0300.69
HSL183.24º31.09%23.33%-
HSV(B)183.24º47.44%30.59%-
XYZ4.876.198.15-
YUV65.76134.9110.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 78 (30.86% from 255) = 40%
R=21.03%
G=38.97%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4176780.470.0300.69183.2431.0923.33
Hex294C4E2F3045b71f17
Octal5111411657301052673727
Binary101001100110010011101011111101000101101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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