#2C4F4D

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

Shades of Dark Slate Grey #2C4F4D

Tints of Dark Slate Grey #2C4F4D

Color information

#2C4F4D (or 0x2C4F4D) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 4F and 4D. RGB value is (44,79,77). Sum of RGB (Red+Green+Blue) = 44+79+77=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #2C4F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4F4D is #D3B0B2. Grayscale: #444444. Windows color (decimal): -13873331 or 5066540. OLE color: 5066540.

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

Color convert

RGB447977-
CMYK0.4400.030.69
HSL176.57º28.46%24.12%-
HSV(B)176.57º44.3%30.98%-
XYZ5.176.668.03-
YUV68.31132.9110.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=22%
G=39.5%
B=38.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4479770.4400.030.69176.5728.4624.12
Hex2C4F4D2C0345b11c18
Octal5411711554031052613430
Binary101100100111110011011011000111000101101100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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