#1E7573

Color #1E7573 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1E7573

Tints of Elm #1E7573

Color information

#1E7573 (or 0x1E7573) is unknown color: approx Elm. HEX triplet: 1E, 75 and 73. RGB value is (30,117,115). Sum of RGB (Red+Green+Blue) = 30+117+115=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7573 is #E18A8C. Grayscale: #5A5A5A. Windows color (decimal): -14781069 or 7566622. OLE color: 7566622.

HSL color Cylindrical-coordinate representation of color #1E7573: hue angle of 178.62º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7573 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB30117115-
CMYK0.7400.020.54
HSL178.62º59.18%28.82%-
HSV(B)178.62º74.36%45.88%-
XYZ9.9914.2418.44-
YUV90.76141.6884.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.45%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=11.45%
G=44.66%
B=43.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301171150.7400.020.54178.6259.1828.82
Hex1E75734A0236b33b1d
Octal3616516311202662637335
Binary111101110101111001110010100101101101011001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,117,115); }

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

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

 a { background-color: rgb(30,117,115); }

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

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

 span { border-color: rgb(30,117,115); }

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