#2A4D4A

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

Shades of Dark Slate Grey #2A4D4A

Tints of Dark Slate Grey #2A4D4A

Color information

#2A4D4A (or 0x2A4D4A) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 4D and 4A. RGB value is (42,77,74). Sum of RGB (Red+Green+Blue) = 42+77+74=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4D4A is #D5B2B5. Grayscale: #424242. Windows color (decimal): -14004918 or 4869418. OLE color: 4869418.

HSL color Cylindrical-coordinate representation of color #2A4D4A: hue angle of 174.86º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4D4A is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB427774-
CMYK0.4500.040.70
HSL174.86º29.41%23.33%-
HSV(B)174.86º45.45%30.2%-
XYZ4.846.297.44-
YUV66.19132.4110.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=21.76%
G=39.90%
B=38.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4277740.4500.040.70174.8629.4123.33
Hex2A4D4A2D0446af1d17
Octal5211511255041062573527
Binary1010101001101100101010110101001000110101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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