#2D484A

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

Shades of Dark Slate Grey #2D484A

Tints of Dark Slate Grey #2D484A

Color information

#2D484A (or 0x2D484A) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 48 and 4A. RGB value is (45,72,74). Sum of RGB (Red+Green+Blue) = 45+72+74=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D484A is #D2B7B5. Grayscale: #404040. Windows color (decimal): -13809590 or 4868141. OLE color: 4868141.

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

Color convert

RGB457274-
CMYK0.390.0300.71
HSL184.14º24.37%23.33%-
HSV(B)184.14º39.19%29.02%-
XYZ4.645.697.33-
YUV64.16133.55114.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=23.56%
G=37.70%
B=38.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4572740.390.0300.71184.1424.3723.33
Hex2D484A273047b81817
Octal5511011247301072703027
Binary101101100100010010101001111101000111101110001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,72,74); }

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

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

 a { background-color: rgb(45,72,74); }

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

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

 span { border-color: rgb(45,72,74); }

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