#2C4F50

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

Shades of Dark Slate Grey #2C4F50

Tints of Dark Slate Grey #2C4F50

Color information

#2C4F50 (or 0x2C4F50) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 4F and 50. RGB value is (44,79,80). Sum of RGB (Red+Green+Blue) = 44+79+80=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C4F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4F50 is #D3B0AF. Grayscale: #444444. Windows color (decimal): -13873328 or 5263148. OLE color: 5263148.

HSL color Cylindrical-coordinate representation of color #2C4F50: hue angle of 181.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C4F50 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB447980-
CMYK0.450.0100.69
HSL181.67º29.03%24.31%-
HSV(B)181.67º45%31.37%-
XYZ5.286.718.61-
YUV68.65134.4110.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=21.67%
G=38.92%
B=39.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4479800.450.0100.69181.6729.0324.31
Hex2C4F502D1045b61d18
Octal5411712055101052663530
Binary10110010011111010000101101101000101101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,79,80); }

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

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

 a { background-color: rgb(44,79,80); }

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

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

 span { border-color: rgb(44,79,80); }

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