#1E866C

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

Shades of Elf Green #1E866C

Tints of Elf Green #1E866C

Color information

#1E866C (or 0x1E866C) is unknown color: approx Elf Green. HEX triplet: 1E, 86 and 6C. RGB value is (30,134,108). Sum of RGB (Red+Green+Blue) = 30+134+108=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #1E866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E866C is #E17993. Grayscale: #636363. Windows color (decimal): -14776724 or 7112222. OLE color: 7112222.

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

Color convert

RGB30134108-
CMYK0.7800.190.47
HSL165º63.41%32.16%-
HSV(B)165º77.61%52.55%-
XYZ11.7718.4117.12-
YUV99.94132.5478.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.03%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=11.03%
G=49.26%
B=39.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301341080.7800.190.4716563.4132.16
Hex1E866C4E0132Fa53f20
Octal36206154116023572457740
Binary11110100001101101100100111001001110111110100101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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