Html Css Color HEX #2D504D Dark Slate Grey

📋 copy color: '#2D504D'

red 45 ◦ green 80 ◦ blue 77

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

Shades of Dark Slate Grey #2D504D

Tints of Dark Slate Grey #2D504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 77 (30.47% from 255) = 38.12%

R = 22.28%
G = 39.6%
B = 38.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#2D504D (or 0x2D504D) is known color: Dark Slate Grey. HEX triplet: 2D, 50 and 4D. RGB value is (45,80,77). Sum of RGB (Red+Green+Blue) = 45+80+77=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #2D504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D504D is #D2AFB2. Grayscale: #454545. Windows color (decimal): -13807539 or 5066797. OLE color: 5066797.

HSL color Cylindrical-coordinate representation of color #2D504D: hue angle of 174.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D504D is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 80 77 -
CMYK 0.44 0 0.04 0.69
HSL 174.86º 0.28% 0.25% -
HSV(B) 174.86º 0.44% 0.31% -
XYZ 5.29 6.83 8.06 -
YUV 69.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 45 80 77 0.44 0 0.04 0.69 174.86 0.28 0.25
Hex 2D 50 4D 2C 0 4 45 AF 1C 19
Octal 55 120 115 54 0 4 105 257 34 31
Binary 101101 1010000 1001101 101100 0 100 1000101 10101111 11100 11001

Color Harmonies of #2D504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D504D

Black with #2D504D

Text Example


Text Example

White with #2D504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,80,77); }

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

background-color css

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

 a { background-color: rgb(45,80,77); }

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

border-color css

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

 span { border-color: rgb(45,80,77); }

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