#2D484B

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

Shades of Dark Slate Grey #2D484B

Tints of Dark Slate Grey #2D484B

Color information

#2D484B (or 0x2D484B) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 48 and 4B. RGB value is (45,72,75). Sum of RGB (Red+Green+Blue) = 45+72+75=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D484B is #D2B7B4. Grayscale: #404040. Windows color (decimal): -13809589 or 4933677. OLE color: 4933677.

HSL color Cylindrical-coordinate representation of color #2D484B: hue angle of 186º 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 #2D484B is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB457275-
CMYK0.400.0400.71
HSL186º25%23.53%-
HSV(B)186º40%29.41%-
XYZ4.675.77.51-
YUV64.27134.05114.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=23.44%
G=37.5%
B=39.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4572750.400.0400.711862523.53
Hex2D484B284047ba1918
Octal5511011350401072723130
Binary1011011001000100101110100010001000111101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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