#294F4C

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

Shades of Dark Slate Grey #294F4C

Tints of Dark Slate Grey #294F4C

Color information

#294F4C (or 0x294F4C) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4F and 4C. RGB value is (41,79,76). Sum of RGB (Red+Green+Blue) = 41+79+76=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #294F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F4C is #D6B0B3. Grayscale: #434343. Windows color (decimal): -14069940 or 5001001. OLE color: 5001001.

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

Color convert

RGB417976-
CMYK0.4800.040.69
HSL175.26º31.67%23.53%-
HSV(B)175.26º48.1%30.98%-
XYZ5.016.597.84-
YUV67.3132.91109.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=20.92%
G=40.31%
B=38.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179760.4800.040.69175.2631.6723.53
Hex294F4C300445af2018
Octal5111711460041052574030
Binary10100110011111001100110000010010001011010111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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