#2D5451

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

Shades of Dark Slate Grey #2D5451

Tints of Dark Slate Grey #2D5451

Color information

#2D5451 (or 0x2D5451) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 54 and 51. RGB value is (45,84,81). Sum of RGB (Red+Green+Blue) = 45+84+81=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5451 is #D2ABAE. Grayscale: #474747. Windows color (decimal): -13806511 or 5329965. OLE color: 5329965.

HSL color Cylindrical-coordinate representation of color #2D5451: hue angle of 175.38º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D5451 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB458481-
CMYK0.4600.040.67
HSL175.38º30.23%25.29%-
HSV(B)175.38º46.43%32.94%-
XYZ5.747.498.93-
YUV72133.08108.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=21.43%
G=40%
B=38.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584810.4600.040.67175.3830.2325.29
Hex2D54512E0443af1e19
Octal5512412156041032573631
Binary1011011010100101000110111001001000011101011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,81); }

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

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

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

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

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

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

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