#2D5252

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

Shades of Dark Slate Grey #2D5252

Tints of Dark Slate Grey #2D5252

Color information

#2D5252 (or 0x2D5252) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 52 and 52. RGB value is (45,82,82). Sum of RGB (Red+Green+Blue) = 45+82+82=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #2D5252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5252 is #D2ADAD. Grayscale: #464646. Windows color (decimal): -13807022 or 5394989. OLE color: 5394989.

HSL color Cylindrical-coordinate representation of color #2D5252: hue angle of 180º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D5252 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB458282-
CMYK0.45000.68
HSL180º29.13%24.9%-
HSV(B)180º45.12%32.16%-
XYZ5.627.29.08-
YUV70.94134.24109.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=21.53%
G=39.23%
B=39.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4582820.45000.6818029.1324.9
Hex2D52522D0044b41d19
Octal5512212255001042643531
Binary10110110100101010010101101001000100101101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,82,82); }

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

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

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

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

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

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

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