Html Css Color HEX #2D524F Dark Slate Grey

📋 copy color: '#2D524F'

red 45 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #2D524F

Tints of Dark Slate Grey #2D524F

RGB

 RED value IS 45 (17.97% from 255) = 21.84%

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

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

R = 21.84%
G = 39.81%
B = 38.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#2D524F (or 0x2D524F) is known color: Dark Slate Grey. HEX triplet: 2D, 52 and 4F. RGB value is (45,82,79). Sum of RGB (Red+Green+Blue) = 45+82+79=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #2D524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D524F is #D2ADB0. Grayscale: #464646. Windows color (decimal): -13807025 or 5198381. OLE color: 5198381.

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

Color convert

RGB 45 82 79 -
CMYK 0.45 0 0.04 0.68
HSL 175.14º 0.29% 0.25% -
HSV(B) 175.14º 0.45% 0.32% -
XYZ 5.51 7.16 8.49 -
YUV 70.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 45 82 79 0.45 0 0.04 0.68 175.14 0.29 0.25
Hex 2D 52 4F 2D 0 4 44 AF 1D 19
Octal 55 122 117 55 0 4 104 257 35 31
Binary 101101 1010010 1001111 101101 0 100 1000100 10101111 11101 11001

Color Harmonies of #2D524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D524F

Black with #2D524F

Text Example


Text Example

White with #2D524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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