#1E786F

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

Shades of Elm #1E786F

Tints of Elm #1E786F

Color information

#1E786F (or 0x1E786F) is unknown color: approx Elm. HEX triplet: 1E, 78 and 6F. RGB value is (30,120,111). Sum of RGB (Red+Green+Blue) = 30+120+111=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #1E786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E786F is #E18790. Grayscale: #5C5C5C. Windows color (decimal): -14780305 or 7305246. OLE color: 7305246.

HSL color Cylindrical-coordinate representation of color #1E786F: hue angle of 174º 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 #1E786F is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB30120111-
CMYK0.7500.080.53
HSL174º60%29.41%-
HSV(B)174º75%47.06%-
XYZ10.1214.8617.37-
YUV92.06138.6883.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.49%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=11.49%
G=45.98%
B=42.53%

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
Decimal301201110.7500.080.531746029.41
Hex1E786F4B0835ae3c1d
Octal36170157113010652567435
Binary11110111100011011111001011010001101011010111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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