Html Css Color HEX #294647 Dark Slate Grey

📋 copy color: '#294647'

red 41 ◦ green 70 ◦ blue 71

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

Shades of Dark Slate Grey #294647

Tints of Dark Slate Grey #294647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.46%

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

R = 22.53%
G = 38.46%
B = 39.01%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294647 (or 0x294647) is known color: Dark Slate Grey. HEX triplet: 29, 46 and 47. RGB value is (41,70,71). Sum of RGB (Red+Green+Blue) = 41+70+71=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #294647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294647 is #D6B9B8. Grayscale: #3D3D3D. Windows color (decimal): -14072249 or 4671017. OLE color: 4671017.

HSL color Cylindrical-coordinate representation of color #294647: hue angle of 182º 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 #294647 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 70 71 -
CMYK 0.42 0.01 0 0.72
HSL 182º 0.27% 0.22% -
HSV(B) 182º 0.42% 0.28% -
XYZ 4.24 5.31 6.76 -
YUV 61.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 41 70 71 0.42 0.01 0 0.72 182 0.27 0.22
Hex 29 46 47 2A 1 0 48 B6 1B 16
Octal 51 106 107 52 1 0 110 266 33 26
Binary 101001 1000110 1000111 101010 1 0 1001000 10110110 11011 10110

Color Harmonies of #294647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294647

Black with #294647

Text Example


Text Example

White with #294647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294647; }

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

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

background-color css

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

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

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

border-color css

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

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

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