Html Css Color HEX #29534E Dark Slate Grey

📋 copy color: '#29534E'

red 41 ◦ green 83 ◦ blue 78

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

Shades of Dark Slate Grey #29534E

Tints of Dark Slate Grey #29534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 20.3%
G = 41.09%
B = 38.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#29534E (or 0x29534E) is known color: 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

RGB 41 83 78 -
CMYK 0.51 0 0.06 0.67
HSL 172.86º 0.34% 0.24% -
HSV(B) 172.86º 0.51% 0.33% -
XYZ 5.38 7.21 8.32 -
YUV 69.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 41 83 78 0.51 0 0.06 0.67 172.86 0.34 0.24
Hex 29 53 4E 33 0 6 43 AD 22 18
Octal 51 123 116 63 0 6 103 255 42 30
Binary 101001 1010011 1001110 110011 0 110 1000011 10101101 100010 11000

Color Harmonies of #29534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29534E

Black with #29534E

Text Example


Text Example

White with #29534E

Text Example


Text Example

HTML Codes & Css Web 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>