#2D494B

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

Shades of Dark Slate Grey #2D494B

Tints of Dark Slate Grey #2D494B

Color information

#2D494B (or 0x2D494B) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 49 and 4B. RGB value is (45,73,75). Sum of RGB (Red+Green+Blue) = 45+73+75=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D494B is #D2B6B4. Grayscale: #404040. Windows color (decimal): -13809333 or 4933933. OLE color: 4933933.

HSL color Cylindrical-coordinate representation of color #2D494B: hue angle of 184º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D494B is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB457375-
CMYK0.400.0300.71
HSL184º25%23.53%-
HSV(B)184º40%29.41%-
XYZ4.735.837.53-
YUV64.86133.72113.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=23.32%
G=37.82%
B=38.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4573750.400.0300.711842523.53
Hex2D494B283047b81918
Octal5511111350301072703130
Binary101101100100110010111010001101000111101110001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,75); }

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

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

 a { background-color: rgb(45,73,75); }

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

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

 span { border-color: rgb(45,73,75); }

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