Html Css Color HEX #29514D Dark Slate Grey

📋 copy color: '#29514D'

red 41 ◦ green 81 ◦ blue 77

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

Shades of Dark Slate Grey #29514D

Tints of Dark Slate Grey #29514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 20.6%
G = 40.7%
B = 38.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#29514D (or 0x29514D) is known color: Dark Slate Grey. HEX triplet: 29, 51 and 4D. RGB value is (41,81,77). Sum of RGB (Red+Green+Blue) = 41+81+77=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #29514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29514D is #D6AEB2. Grayscale: #444444. Windows color (decimal): -14069427 or 5067049. OLE color: 5067049.

HSL color Cylindrical-coordinate representation of color #29514D: hue angle of 174º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29514D is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 81 77 -
CMYK 0.49 0 0.05 0.68
HSL 174º 0.33% 0.24% -
HSV(B) 174º 0.49% 0.32% -
XYZ 5.2 6.89 8.08 -
YUV 68.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 41 81 77 0.49 0 0.05 0.68 174 0.33 0.24
Hex 29 51 4D 31 0 5 44 AE 21 18
Octal 51 121 115 61 0 5 104 256 41 30
Binary 101001 1010001 1001101 110001 0 101 1000100 10101110 100001 11000

Color Harmonies of #29514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29514D

Black with #29514D

Text Example


Text Example

White with #29514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29514D; }

 p { color: rgb(41,81,77); }

 H1.HeaderClassName
 {
   color: #29514D;
 }
 .AnyTagClassName
 {
   color: #29514D;
 }
</style>

background-color css

<style>
 a { background-color: #29514D; }

 a { background-color: rgb(41,81,77); }

 div.DivClassName
 {
   background-color: #29514D;
 }
 .BgClassName
 {
   background-color: #29514D;
 }
</style>

border-color css

<style>
 span { border-color: #29514D; }

 span { border-color: rgb(41,81,77); }

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