#2A534F

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

Shades of Dark Slate Grey #2A534F

Tints of Dark Slate Grey #2A534F

Color information

#2A534F (or 0x2A534F) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 53 and 4F. RGB value is (42,83,79). Sum of RGB (Red+Green+Blue) = 42+83+79=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #2A534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A534F is #D5ACB0. Grayscale: #464646. Windows color (decimal): -14003377 or 5198634. OLE color: 5198634.

HSL color Cylindrical-coordinate representation of color #2A534F: hue angle of 174.15º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A534F is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB428379-
CMYK0.4900.050.67
HSL174.15º32.8%24.51%-
HSV(B)174.15º49.4%32.55%-
XYZ5.467.248.51-
YUV70.28132.92107.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=20.59%
G=40.69%
B=38.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283790.4900.050.67174.1532.824.51
Hex2A534F310543ae2119
Octal5212311761051032564131
Binary10101010100111001111110001010110000111010111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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