Html Css Color HEX #29504D Dark Slate Grey

📋 copy color: '#29504D'

red 41 ◦ green 80 ◦ blue 77

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

Shades of Dark Slate Grey #29504D

Tints of Dark Slate Grey #29504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 20.71%
G = 40.4%
B = 38.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#29504D (or 0x29504D) is known color: Dark Slate Grey. HEX triplet: 29, 50 and 4D. RGB value is (41,80,77). Sum of RGB (Red+Green+Blue) = 41+80+77=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #29504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29504D is #D6AFB2. Grayscale: #434343. Windows color (decimal): -14069683 or 5066793. OLE color: 5066793.

HSL color Cylindrical-coordinate representation of color #29504D: hue angle of 175.38º 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 #29504D is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 77 -
CMYK 0.49 0 0.04 0.69
HSL 175.38º 0.32% 0.24% -
HSV(B) 175.38º 0.49% 0.31% -
XYZ 5.12 6.74 8.05 -
YUV 68 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 41 80 77 0.49 0 0.04 0.69 175.38 0.32 0.24
Hex 29 50 4D 31 0 4 45 AF 20 18
Octal 51 120 115 61 0 4 105 257 40 30
Binary 101001 1010000 1001101 110001 0 100 1000101 10101111 100000 11000

Color Harmonies of #29504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29504D

Black with #29504D

Text Example


Text Example

White with #29504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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