#294B4A

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

Shades of Dark Slate Grey #294B4A

Tints of Dark Slate Grey #294B4A

Color information

#294B4A (or 0x294B4A) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4B and 4A. RGB value is (41,75,74). Sum of RGB (Red+Green+Blue) = 41+75+74=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #294B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B4A is #D6B4B5. Grayscale: #404040. Windows color (decimal): -14070966 or 4868905. OLE color: 4868905.

HSL color Cylindrical-coordinate representation of color #294B4A: hue angle of 178.24º 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 #294B4A is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB417574-
CMYK0.4500.010.71
HSL178.24º29.31%22.75%-
HSV(B)178.24º45.33%29.41%-
XYZ4.6767.39-
YUV64.72133.24111.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=21.58%
G=39.47%
B=38.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175740.4500.010.71178.2429.3122.75
Hex294B4A2D0147b21d17
Octal5111311255011072623527
Binary10100110010111001010101101011000111101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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