#2A504C

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

Shades of Dark Slate Grey #2A504C

Tints of Dark Slate Grey #2A504C

Color information

#2A504C (or 0x2A504C) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 50 and 4C. RGB value is (42,80,76). Sum of RGB (Red+Green+Blue) = 42+80+76=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #2A504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A504C is #D5AFB3. Grayscale: #444444. Windows color (decimal): -14004148 or 5001258. OLE color: 5001258.

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

Color convert

RGB428076-
CMYK0.4800.050.69
HSL173.68º31.15%23.92%-
HSV(B)173.68º47.5%31.37%-
XYZ5.136.757.87-
YUV68.18132.41109.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=21.21%
G=40.40%
B=38.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280760.4800.050.69173.6831.1523.92
Hex2A504C300545ae1f18
Octal5212011460051052563730
Binary1010101010000100110011000001011000101101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,76); }

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

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

 a { background-color: rgb(42,80,76); }

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

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

 span { border-color: rgb(42,80,76); }

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