#29534F

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

Shades of Dark Slate Grey #29534F

Tints of Dark Slate Grey #29534F

Color information

#29534F (or 0x29534F) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 53 and 4F. RGB value is (41,83,79). Sum of RGB (Red+Green+Blue) = 41+83+79=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #29534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29534F is #D6ACB0. Grayscale: #454545. Windows color (decimal): -14068913 or 5198633. OLE color: 5198633.

HSL color Cylindrical-coordinate representation of color #29534F: hue angle of 174.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29534F is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB418379-
CMYK0.5100.050.67
HSL174.29º33.87%24.31%-
HSV(B)174.29º50.6%32.55%-
XYZ5.427.228.51-
YUV69.99133.09107.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=20.20%
G=40.89%
B=38.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183790.5100.050.67174.2933.8724.31
Hex29534F330543ae2218
Octal5112311763051032564230
Binary10100110100111001111110011010110000111010111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29534F; }

 p { color: rgb(41,83,79); }

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

<style>
 a { background-color: #29534F; }

 a { background-color: rgb(41,83,79); }

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

<style>
 span { border-color: #29534F; }

 span { border-color: rgb(41,83,79); }

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