#294A4A

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

Shades of Dark Slate Grey #294A4A

Tints of Dark Slate Grey #294A4A

Color information

#294A4A (or 0x294A4A) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4A and 4A. RGB value is (41,74,74). Sum of RGB (Red+Green+Blue) = 41+74+74=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #294A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A4A is #D6B5B5. Grayscale: #404040. Windows color (decimal): -14071222 or 4868649. OLE color: 4868649.

HSL color Cylindrical-coordinate representation of color #294A4A: hue angle of 180º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A4A is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB417474-
CMYK0.45000.71
HSL180º28.7%22.55%-
HSV(B)180º44.59%29.02%-
XYZ4.65.867.37-
YUV64.13133.57111.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=21.69%
G=39.15%
B=39.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4174740.45000.7118028.722.55
Hex294A4A2D0047b41d17
Octal5111211255001072643527
Binary10100110010101001010101101001000111101101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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