#29504B

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

Shades of Dark Slate Grey #29504B

Tints of Dark Slate Grey #29504B

Color information

#29504B (or 0x29504B) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 50 and 4B. RGB value is (41,80,75). Sum of RGB (Red+Green+Blue) = 41+80+75=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #29504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29504B is #D6AFB4. Grayscale: #434343. Windows color (decimal): -14069685 or 4935721. OLE color: 4935721.

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

Color convert

RGB418075-
CMYK0.4900.060.69
HSL172.31º32.23%23.73%-
HSV(B)172.31º48.75%31.37%-
XYZ5.056.727.69-
YUV67.77132.08108.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=20.92%
G=40.82%
B=38.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180750.4900.060.69172.3132.2323.73
Hex29504B310645ac2018
Octal5112011361061052544030
Binary10100110100001001011110001011010001011010110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29504B;
 }
 .AnyTagClassName
 {
   color: #29504B;
 }
</style>
background-color css

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

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

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

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

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

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