#1E716C

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

Shades of Elm #1E716C

Tints of Elm #1E716C

Color information

#1E716C (or 0x1E716C) is unknown color: approx Elm. HEX triplet: 1E, 71 and 6C. RGB value is (30,113,108). Sum of RGB (Red+Green+Blue) = 30+113+108=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #1E716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E716C is #E18E93. Grayscale: #575757. Windows color (decimal): -14782100 or 7106846. OLE color: 7106846.

HSL color Cylindrical-coordinate representation of color #1E716C: hue angle of 176.39º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E716C is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB30113108-
CMYK0.7300.040.56
HSL176.39º58.04%28.04%-
HSV(B)176.39º73.45%44.31%-
XYZ9.1513.1716.25-
YUV87.61139.586.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=11.95%
G=45.02%
B=43.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal301131080.7300.040.56176.3958.0428.04
Hex1E716C490438b03a1c
Octal3616115411104702607234
Binary1111011100011101100100100101001110001011000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,113,108); }

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

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

 a { background-color: rgb(30,113,108); }

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

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

 span { border-color: rgb(30,113,108); }

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