Html Css Color HEX #294948 Dark Slate Grey

📋 copy color: '#294948'

red 41 ◦ green 73 ◦ blue 72

#294948
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #294948

Tints of Dark Slate Grey #294948

RGB

 RED value IS 41 (16.41% from 255) = 22.04%

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 22.04%
G = 39.25%
B = 38.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#294948 (or 0x294948) is known color: Dark Slate Grey. HEX triplet: 29, 49 and 48. RGB value is (41,73,72). Sum of RGB (Red+Green+Blue) = 41+73+72=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #294948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294948 is #D6B6B7. Grayscale: #3F3F3F. Windows color (decimal): -14071480 or 4737321. OLE color: 4737321.

HSL color Cylindrical-coordinate representation of color #294948: hue angle of 178.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294948 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 72 -
CMYK 0.44 0 0.01 0.71
HSL 178.13º 0.28% 0.22% -
HSV(B) 178.13º 0.44% 0.29% -
XYZ 4.47 5.7 7 -
YUV 63.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 41 73 72 0.44 0 0.01 0.71 178.13 0.28 0.22
Hex 29 49 48 2C 0 1 47 B2 1C 16
Octal 51 111 110 54 0 1 107 262 34 26
Binary 101001 1001001 1001000 101100 0 1 1000111 10110010 11100 10110

Color Harmonies of #294948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294948

Black with #294948

Text Example


Text Example

White with #294948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294948; }

 p { color: rgb(41,73,72); }

 H1.HeaderClassName
 {
   color: #294948;
 }
 .AnyTagClassName
 {
   color: #294948;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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