#2D4547

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

Shades of Dark Slate Grey #2D4547

Tints of Dark Slate Grey #2D4547

Color information

#2D4547 (or 0x2D4547) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 45 and 47. RGB value is (45,69,71). Sum of RGB (Red+Green+Blue) = 45+69+71=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4547 is #D2BAB8. Grayscale: #3E3E3E. Windows color (decimal): -13810361 or 4670765. OLE color: 4670765.

HSL color Cylindrical-coordinate representation of color #2D4547: hue angle of 184.62º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D4547 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB456971-
CMYK0.370.0300.72
HSL184.62º22.41%22.75%-
HSV(B)184.62º36.62%27.84%-
XYZ4.355.276.75-
YUV62.05133.05115.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.32%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=24.32%
G=37.30%
B=38.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4569710.370.0300.72184.6222.4122.75
Hex2D4547253048b91617
Octal5510510745301102712627
Binary101101100010110001111001011101001000101110011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,71); }

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

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

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

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

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

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

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