#29534E

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

Shades of Dark Slate Grey #29534E

Tints of Dark Slate Grey #29534E

Color information

#29534E (or 0x29534E) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 53 and 4E. RGB value is (41,83,78). Sum of RGB (Red+Green+Blue) = 41+83+78=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #29534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29534E is #D6ACB1. Grayscale: #454545. Windows color (decimal): -14068914 or 5133097. OLE color: 5133097.

HSL color Cylindrical-coordinate representation of color #29534E: hue angle of 172.86º 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 #29534E is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB418378-
CMYK0.5100.060.67
HSL172.86º33.87%24.31%-
HSV(B)172.86º50.6%32.55%-
XYZ5.387.218.32-
YUV69.87132.59107.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=20.30%
G=41.09%
B=38.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183780.5100.060.67172.8633.8724.31
Hex29534E330643ad2218
Octal5112311663061032554230
Binary10100110100111001110110011011010000111010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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