#2A504F

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

Shades of Dark Slate Grey #2A504F

Tints of Dark Slate Grey #2A504F

Color information

#2A504F (or 0x2A504F) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 50 and 4F. RGB value is (42,80,79). Sum of RGB (Red+Green+Blue) = 42+80+79=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #2A504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A504F is #D5AFB0. Grayscale: #444444. Windows color (decimal): -14004145 or 5197866. OLE color: 5197866.

HSL color Cylindrical-coordinate representation of color #2A504F: hue angle of 178.42º 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 #2A504F is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB428079-
CMYK0.4800.010.69
HSL178.42º31.15%23.92%-
HSV(B)178.42º47.5%31.37%-
XYZ5.236.798.43-
YUV68.52133.91109.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=20.90%
G=39.80%
B=39.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280790.4800.010.69178.4231.1523.92
Hex2A504F300145b21f18
Octal5212011760011052623730
Binary10101010100001001111110000011000101101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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