Html Css Color HEX #2C5855 Dark Slate Grey

📋 copy color: '#2C5855'

red 44 ◦ green 88 ◦ blue 85

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

Shades of Dark Slate Grey #2C5855

Tints of Dark Slate Grey #2C5855

RGB

 RED value IS 44 (17.58% from 255) = 20.28%

 GREEN value IS 88 (34.77% from 255) = 40.55%

 BLUE value IS 85 (33.59% from 255) = 39.17%

R = 20.28%
G = 40.55%
B = 39.17%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#2C5855 (or 0x2C5855) is known color: Dark Slate Grey. HEX triplet: 2C, 58 and 55. RGB value is (44,88,85). Sum of RGB (Red+Green+Blue) = 44+88+85=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5855 is #D3A7AA. Grayscale: #4A4A4A. Windows color (decimal): -13871019 or 5593132. OLE color: 5593132.

HSL color Cylindrical-coordinate representation of color #2C5855: hue angle of 175.91º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C5855 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 88 85 -
CMYK 0.5 0 0.03 0.65
HSL 175.91º 0.33% 0.26% -
HSV(B) 175.91º 0.5% 0.35% -
XYZ 6.17 8.17 9.85 -
YUV 74.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 44 88 85 0.5 0 0.03 0.65 175.91 0.33 0.26
Hex 2C 58 55 32 0 3 41 B0 21 1A
Octal 54 130 125 62 0 3 101 260 41 32
Binary 101100 1011000 1010101 110010 0 11 1000001 10110000 100001 11010

Color Harmonies of #2C5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5855

Black with #2C5855

Text Example


Text Example

White with #2C5855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,88,85); }

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

background-color css

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

 a { background-color: rgb(44,88,85); }

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

border-color css

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

 span { border-color: rgb(44,88,85); }

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