Html Css Color HEX #264948 Dark Slate Grey

📋 copy color: '#264948'

red 38 ◦ green 73 ◦ blue 72

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

Shades of Dark Slate Grey #264948

Tints of Dark Slate Grey #264948

RGB

 RED value IS 38 (15.23% from 255) = 20.77%

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

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

R = 20.77%
G = 39.89%
B = 39.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#264948 (or 0x264948) is known color: Dark Slate Grey. HEX triplet: 26, 49 and 48. RGB value is (38,73,72). Sum of RGB (Red+Green+Blue) = 38+73+72=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #264948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264948 is #D9B6B7. Grayscale: #3E3E3E. Windows color (decimal): -14268088 or 4737318. OLE color: 4737318.

HSL color Cylindrical-coordinate representation of color #264948: hue angle of 178.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264948 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 73 72 -
CMYK 0.48 0 0.01 0.71
HSL 178.29º 0.32% 0.22% -
HSV(B) 178.29º 0.48% 0.29% -
XYZ 4.35 5.65 6.99 -
YUV 62.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 38 73 72 0.48 0 0.01 0.71 178.29 0.32 0.22
Hex 26 49 48 30 0 1 47 B2 20 16
Octal 46 111 110 60 0 1 107 262 40 26
Binary 100110 1001001 1001000 110000 0 1 1000111 10110010 100000 10110

Color Harmonies of #264948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264948

Black with #264948

Text Example


Text Example

White with #264948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264948; }

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

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

background-color css

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

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

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

border-color css

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

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

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