#29514E

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

Shades of Dark Slate Grey #29514E

Tints of Dark Slate Grey #29514E

Color information

#29514E (or 0x29514E) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 51 and 4E. RGB value is (41,81,78). Sum of RGB (Red+Green+Blue) = 41+81+78=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 81 - color contains mainly: green. Hex color #29514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29514E is #D6AEB1. Grayscale: #444444. Windows color (decimal): -14069426 or 5132585. OLE color: 5132585.

HSL color Cylindrical-coordinate representation of color #29514E: hue angle of 175.5º 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 #29514E is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB418178-
CMYK0.4900.040.68
HSL175.5º32.79%23.92%-
HSV(B)175.5º49.38%31.76%-
XYZ5.236.918.27-
YUV68.7133.25108.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 78 (30.86% from 255) = 39%
R=20.5%
G=40.5%
B=39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181780.4900.040.68175.532.7923.92
Hex29514E310444b02118
Octal5112111661041042604130
Binary10100110100011001110110001010010001001011000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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