Html Css Color HEX #29504E Dark Slate Grey

📋 copy color: '#29504E'

red 41 ◦ green 80 ◦ blue 78

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

Shades of Dark Slate Grey #29504E

Tints of Dark Slate Grey #29504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 20.6%
G = 40.2%
B = 39.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#29504E (or 0x29504E) is known color: Dark Slate Grey. HEX triplet: 29, 50 and 4E. RGB value is (41,80,78). Sum of RGB (Red+Green+Blue) = 41+80+78=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #29504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29504E is #D6AFB1. Grayscale: #444444. Windows color (decimal): -14069682 or 5132329. OLE color: 5132329.

HSL color Cylindrical-coordinate representation of color #29504E: hue angle of 176.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29504E is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 78 -
CMYK 0.49 0 0.02 0.69
HSL 176.92º 0.32% 0.24% -
HSV(B) 176.92º 0.49% 0.31% -
XYZ 5.16 6.76 8.24 -
YUV 68.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 41 80 78 0.49 0 0.02 0.69 176.92 0.32 0.24
Hex 29 50 4E 31 0 2 45 B1 20 18
Octal 51 120 116 61 0 2 105 261 40 30
Binary 101001 1010000 1001110 110001 0 10 1000101 10110001 100000 11000

Color Harmonies of #29504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29504E

Black with #29504E

Text Example


Text Example

White with #29504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29504E; }

 p { color: rgb(41,80,78); }

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

background-color css

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

 a { background-color: rgb(41,80,78); }

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

border-color css

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

 span { border-color: rgb(41,80,78); }

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