#2A4F4D

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

Shades of Dark Slate Grey #2A4F4D

Tints of Dark Slate Grey #2A4F4D

Color information

#2A4F4D (or 0x2A4F4D) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 4F and 4D. RGB value is (42,79,77). Sum of RGB (Red+Green+Blue) = 42+79+77=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4F4D is #D5B0B2. Grayscale: #434343. Windows color (decimal): -14004403 or 5066538. OLE color: 5066538.

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

Color convert

RGB427977-
CMYK0.4700.030.69
HSL176.76º30.58%23.73%-
HSV(B)176.76º46.84%30.98%-
XYZ5.096.628.03-
YUV67.71133.24109.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 79 (31.25% from 255) = 39.90%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=21.21%
G=39.90%
B=38.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4279770.4700.030.69176.7630.5823.73
Hex2A4F4D2F0345b11f18
Octal5211711557031052613730
Binary101010100111110011011011110111000101101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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