#295956

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

Shades of Dark Slate Grey #295956

Tints of Dark Slate Grey #295956

Color information

#295956 (or 0x295956) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 59 and 56. RGB value is (41,89,86). Sum of RGB (Red+Green+Blue) = 41+89+86=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #295956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295956 is #D6A6A9. Grayscale: #4A4A4A. Windows color (decimal): -14067370 or 5658921. OLE color: 5658921.

HSL color Cylindrical-coordinate representation of color #295956: hue angle of 176.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295956 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB418986-
CMYK0.5400.030.65
HSL176.25º36.92%25.49%-
HSV(B)176.25º53.93%34.9%-
XYZ6.178.2910.08-
YUV74.31134.6104.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=18.98%
G=41.20%
B=39.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189860.5400.030.65176.2536.9225.49
Hex295956360341b02519
Octal5113112666031012604531
Binary1010011011001101011011011001110000011011000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295956; }

 p { color: rgb(41,89,86); }

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

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

 a { background-color: rgb(41,89,86); }

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

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

 span { border-color: rgb(41,89,86); }

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