Html Css Color HEX #294B4A Dark Slate Grey

📋 copy color: '#294B4A'

red 41 ◦ green 75 ◦ blue 74

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

Shades of Dark Slate Grey #294B4A

Tints of Dark Slate Grey #294B4A

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.3% from 255) = 38.95%

R = 21.58%
G = 39.47%
B = 38.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#294B4A (or 0x294B4A) is known color: 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

RGB 41 75 74 -
CMYK 0.45 0 0.01 0.71
HSL 178.24º 0.29% 0.23% -
HSV(B) 178.24º 0.45% 0.29% -
XYZ 4.67 6 7.39 -
YUV 64.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 41 75 74 0.45 0 0.01 0.71 178.24 0.29 0.23
Hex 29 4B 4A 2D 0 1 47 B2 1D 17
Octal 51 113 112 55 0 1 107 262 35 27
Binary 101001 1001011 1001010 101101 0 1 1000111 10110010 11101 10111

Color Harmonies of #294B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B4A

Black with #294B4A

Text Example


Text Example

White with #294B4A

Text Example


Text Example

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