#1E5251

Color #1E5251 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #1E5251

Tints of Dark Slate Grey #1E5251

Color information

#1E5251 (or 0x1E5251) is unknown color: approx Dark Slate Grey. HEX triplet: 1E, 52 and 51. RGB value is (30,82,81). Sum of RGB (Red+Green+Blue) = 30+82+81=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #1E5251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5251 is #E1ADAE. Grayscale: #424242. Windows color (decimal): -14790063 or 5329438. OLE color: 5329438.

HSL color Cylindrical-coordinate representation of color #1E5251: hue angle of 178.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E5251 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB308281-
CMYK0.6300.010.68
HSL178.85º46.43%21.96%-
HSV(B)178.85º63.41%32.16%-
XYZ5.046.98.85-
YUV66.34136.27102.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=15.54%
G=42.49%
B=41.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3082810.6300.010.68178.8546.4321.96
Hex1E52513F0144b32e16
Octal3612212177011042635626
Binary11110101001010100011111110110001001011001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E5251; }

 p { color: rgb(30,82,81); }

 H1.HeaderClassName
 {
   color: #1E5251;
 }
 .AnyTagClassName
 {
   color: #1E5251;
 }
</style>
background-color css

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

 a { background-color: rgb(30,82,81); }

 div.DivClassName
 {
   background-color: #1E5251;
 }
 .BgClassName
 {
   background-color: #1E5251;
 }
</style>
border-color css

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

 span { border-color: rgb(30,82,81); }

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