#2A4E50

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

Shades of Dark Slate Grey #2A4E50

Tints of Dark Slate Grey #2A4E50

Color information

#2A4E50 (or 0x2A4E50) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 4E and 50. RGB value is (42,78,80). Sum of RGB (Red+Green+Blue) = 42+78+80=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A4E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4E50 is #D5B1AF. Grayscale: #434343. Windows color (decimal): -14004656 or 5262890. OLE color: 5262890.

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

Color convert

RGB427880-
CMYK0.480.0200.69
HSL183.16º31.15%23.92%-
HSV(B)183.16º47.5%31.37%-
XYZ5.136.528.58-
YUV67.46135.07109.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 80 (31.64% from 255) = 40%
R=21%
G=39%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4278800.480.0200.69183.1631.1523.92
Hex2A4E50302045b71f18
Octal5211612060201052673730
Binary101010100111010100001100001001000101101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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