#29504D

Color #29504D Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #29504D

Tints of Dark Slate Grey #29504D

Color information

#29504D (or 0x29504D) is unknown color: approx 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

RGB418077-
CMYK0.4900.040.69
HSL175.38º32.23%23.73%-
HSV(B)175.38º48.75%31.37%-
XYZ5.126.748.05-
YUV68133.08108.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=20.71%
G=40.40%
B=38.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180770.4900.040.69175.3832.2323.73
Hex29504D310445af2018
Octal5112011561041052574030
Binary10100110100001001101110001010010001011010111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>