Html Css Color HEX #2A524F Dark Slate Grey

📋 copy color: '#2A524F'

red 42 ◦ green 82 ◦ blue 79

#2A524F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2A524F

Tints of Dark Slate Grey #2A524F

RGB

 RED value IS 42 (16.8% from 255) = 20.69%

 GREEN value IS 82 (32.42% from 255) = 40.39%

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 20.69%
G = 40.39%
B = 38.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#2A524F (or 0x2A524F) is known color: Dark Slate Grey. HEX triplet: 2A, 52 and 4F. RGB value is (42,82,79). Sum of RGB (Red+Green+Blue) = 42+82+79=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #2A524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A524F is #D5ADB0. Grayscale: #454545. Windows color (decimal): -14003633 or 5198378. OLE color: 5198378.

HSL color Cylindrical-coordinate representation of color #2A524F: hue angle of 175.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A524F is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 42 82 79 -
CMYK 0.49 0 0.04 0.68
HSL 175.5º 0.32% 0.24% -
HSV(B) 175.5º 0.49% 0.32% -
XYZ 5.38 7.09 8.48 -
YUV 69.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 42 82 79 0.49 0 0.04 0.68 175.5 0.32 0.24
Hex 2A 52 4F 31 0 4 44 B0 20 18
Octal 52 122 117 61 0 4 104 260 40 30
Binary 101010 1010010 1001111 110001 0 100 1000100 10110000 100000 11000

Color Harmonies of #2A524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A524F

Black with #2A524F

Text Example


Text Example

White with #2A524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A524F;
 }
 .AnyTagClassName
 {
   color: #2A524F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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