#295250

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

Shades of Dark Slate Grey #295250

Tints of Dark Slate Grey #295250

Color information

#295250 (or 0x295250) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 52 and 50. RGB value is (41,82,80). Sum of RGB (Red+Green+Blue) = 41+82+80=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #295250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295250 is #D6ADAF. Grayscale: #454545. Windows color (decimal): -14069168 or 5263913. OLE color: 5263913.

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

Color convert

RGB418280-
CMYK0.5000.020.68
HSL177.07º33.33%24.12%-
HSV(B)177.07º50%32.16%-
XYZ5.387.098.67-
YUV69.51133.92107.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=20.20%
G=40.39%
B=39.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182800.5000.020.68177.0733.3324.12
Hex295250320244b12118
Octal5112212062021042614130
Binary1010011010010101000011001001010001001011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295250; }

 p { color: rgb(41,82,80); }

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

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

 a { background-color: rgb(41,82,80); }

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

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

 span { border-color: rgb(41,82,80); }

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