#1E867F

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

Shades of Elm #1E867F

Tints of Elm #1E867F

Color information

#1E867F (or 0x1E867F) is unknown color: approx Elm. HEX triplet: 1E, 86 and 7F. RGB value is (30,134,127). Sum of RGB (Red+Green+Blue) = 30+134+127=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #1E867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E867F is #E17980. Grayscale: #666666. Windows color (decimal): -14776705 or 8357406. OLE color: 8357406.

HSL color Cylindrical-coordinate representation of color #1E867F: hue angle of 175.96º 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 #1E867F is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB30134127-
CMYK0.7800.050.47
HSL175.96º63.41%32.16%-
HSV(B)175.96º77.61%52.55%-
XYZ12.8918.8623.04-
YUV102.11142.0476.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 127 (50% from 255) = 43.64%
R=10.31%
G=46.05%
B=43.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301341270.7800.050.47175.9663.4132.16
Hex1E867F4E052Fb03f20
Octal3620617711605572607740
Binary111101000011011111111001110010110111110110000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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