#1E867E

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

Shades of Elm #1E867E

Tints of Elm #1E867E

Color information

#1E867E (or 0x1E867E) is unknown color: approx Elm. HEX triplet: 1E, 86 and 7E. RGB value is (30,134,126). Sum of RGB (Red+Green+Blue) = 30+134+126=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #1E867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E867E is #E17981. Grayscale: #656565. Windows color (decimal): -14776706 or 8291870. OLE color: 8291870.

HSL color Cylindrical-coordinate representation of color #1E867E: hue angle of 175.38º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E867E is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB30134126-
CMYK0.7800.060.47
HSL175.38º63.41%32.16%-
HSV(B)175.38º77.61%52.55%-
XYZ12.8318.8322.7-
YUV101.99141.5476.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=10.34%
G=46.21%
B=43.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301341260.7800.060.47175.3863.4132.16
Hex1E867E4E062Faf3f20
Octal3620617611606572577740
Binary111101000011011111101001110011010111110101111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,134,126); }

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

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

 a { background-color: rgb(30,134,126); }

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

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

 span { border-color: rgb(30,134,126); }

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