#2A4445

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

Shades of Dark Slate Grey #2A4445

Tints of Dark Slate Grey #2A4445

Color information

#2A4445 (or 0x2A4445) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 44 and 45. RGB value is (42,68,69). Sum of RGB (Red+Green+Blue) = 42+68+69=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #2A4445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4445 is #D5BBBA. Grayscale: #3C3C3C. Windows color (decimal): -14007227 or 4539434. OLE color: 4539434.

HSL color Cylindrical-coordinate representation of color #2A4445: hue angle of 182.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A4445 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB426869-
CMYK0.390.0100.73
HSL182.22º24.32%21.76%-
HSV(B)182.22º39.13%27.06%-
XYZ4.15.066.39-
YUV60.34132.89114.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=23.46%
G=37.99%
B=38.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268690.390.0100.73182.2224.3221.76
Hex2A4445271049b61816
Octal5210410547101112663026
Binary10101010001001000101100111101001001101101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,69); }

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

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

 a { background-color: rgb(42,68,69); }

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

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

 span { border-color: rgb(42,68,69); }

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