#294747

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

Shades of Dark Slate Grey #294747

Tints of Dark Slate Grey #294747

Color information

#294747 (or 0x294747) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 47 and 47. RGB value is (41,71,71). Sum of RGB (Red+Green+Blue) = 41+71+71=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #294747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294747 is #D6B8B8. Grayscale: #3E3E3E. Windows color (decimal): -14071993 or 4671273. OLE color: 4671273.

HSL color Cylindrical-coordinate representation of color #294747: hue angle of 180º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294747 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB417171-
CMYK0.42000.72
HSL180º26.79%21.96%-
HSV(B)180º42.25%27.84%-
XYZ4.315.436.78-
YUV62.03133.06113-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=22.40%
G=38.80%
B=38.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171710.42000.7218026.7921.96
Hex2947472A0048b41b16
Octal5110710752001102643326
Binary10100110001111000111101010001001000101101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294747; }

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

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

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

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

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

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

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

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