#2D504F

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

Shades of Dark Slate Grey #2D504F

Tints of Dark Slate Grey #2D504F

Color information

#2D504F (or 0x2D504F) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 50 and 4F. RGB value is (45,80,79). Sum of RGB (Red+Green+Blue) = 45+80+79=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #2D504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D504F is #D2AFB0. Grayscale: #454545. Windows color (decimal): -13807537 or 5197869. OLE color: 5197869.

HSL color Cylindrical-coordinate representation of color #2D504F: hue angle of 178.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D504F is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB458079-
CMYK0.4400.010.69
HSL178.29º28%24.51%-
HSV(B)178.29º43.75%31.37%-
XYZ5.366.868.44-
YUV69.42133.4110.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.06%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=22.06%
G=39.22%
B=38.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4580790.4400.010.69178.292824.51
Hex2D504F2C0145b21c19
Octal5512011754011052623431
Binary10110110100001001111101100011000101101100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D504F; }

 p { color: rgb(45,80,79); }

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

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

 a { background-color: rgb(45,80,79); }

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

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

 span { border-color: rgb(45,80,79); }

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