#1E786E

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

Shades of Elm #1E786E

Tints of Elm #1E786E

Color information

#1E786E (or 0x1E786E) is unknown color: approx Elm. HEX triplet: 1E, 78 and 6E. RGB value is (30,120,110). Sum of RGB (Red+Green+Blue) = 30+120+110=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #1E786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E786E is #E18791. Grayscale: #5B5B5B. Windows color (decimal): -14780306 or 7239710. OLE color: 7239710.

HSL color Cylindrical-coordinate representation of color #1E786E: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E786E is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB30120110-
CMYK0.7500.080.53
HSL173.33º60%29.41%-
HSV(B)173.33º75%47.06%-
XYZ10.0714.8317.08-
YUV91.95138.1883.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.54%
GREEN value IS 120 (47.27% from 255) = 46.15%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=11.54%
G=46.15%
B=42.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301201100.7500.080.53173.336029.41
Hex1E786E4B0835ad3c1d
Octal36170156113010652557435
Binary11110111100011011101001011010001101011010110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,120,110); }

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

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

 a { background-color: rgb(30,120,110); }

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

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

 span { border-color: rgb(30,120,110); }

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