Html Css Color HEX #294747 Dark Slate Grey

📋 copy color: '#294747'

red 41 ◦ green 71 ◦ blue 71

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

Shades of Dark Slate Grey #294747

Tints of Dark Slate Grey #294747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

 BLUE value IS 71 (28.13% from 255) = 38.8%

R = 22.4%
G = 38.8%
B = 38.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294747 (or 0x294747) is known color: 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

RGB 41 71 71 -
CMYK 0.42 0 0 0.72
HSL 180º 0.27% 0.22% -
HSV(B) 180º 0.42% 0.28% -
XYZ 4.31 5.43 6.78 -
YUV 62.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 41 71 71 0.42 0 0 0.72 180 0.27 0.22
Hex 29 47 47 2A 0 0 48 B4 1B 16
Octal 51 107 107 52 0 0 110 264 33 26
Binary 101001 1000111 1000111 101010 0 0 1001000 10110100 11011 10110

Color Harmonies of #294747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294747

Black with #294747

Text Example


Text Example

White with #294747

Text Example


Text Example

HTML Codes & Css Web 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>