Html Css Color HEX #2D4948 Dark Slate Grey

📋 copy color: '#2D4948'

red 45 ◦ green 73 ◦ blue 72

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

Shades of Dark Slate Grey #2D4948

Tints of Dark Slate Grey #2D4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 23.68%
G = 38.42%
B = 37.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#2D4948 (or 0x2D4948) is known color: Dark Slate Grey. HEX triplet: 2D, 49 and 48. RGB value is (45,73,72). Sum of RGB (Red+Green+Blue) = 45+73+72=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4948 is #D2B6B7. Grayscale: #404040. Windows color (decimal): -13809336 or 4737325. OLE color: 4737325.

HSL color Cylindrical-coordinate representation of color #2D4948: hue angle of 177.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4948 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 73 72 -
CMYK 0.38 0 0.01 0.71
HSL 177.86º 0.24% 0.23% -
HSV(B) 177.86º 0.38% 0.29% -
XYZ 4.63 5.79 7 -
YUV 64.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 45 73 72 0.38 0 0.01 0.71 177.86 0.24 0.23
Hex 2D 49 48 26 0 1 47 B2 18 17
Octal 55 111 110 46 0 1 107 262 30 27
Binary 101101 1001001 1001000 100110 0 1 1000111 10110010 11000 10111

Color Harmonies of #2D4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4948

Black with #2D4948

Text Example


Text Example

White with #2D4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,73,72); }

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

background-color css

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

 a { background-color: rgb(45,73,72); }

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

border-color css

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

 span { border-color: rgb(45,73,72); }

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