#1E866D

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

Shades of Elf Green #1E866D

Tints of Elf Green #1E866D

Color information

#1E866D (or 0x1E866D) is unknown color: approx Elf Green. HEX triplet: 1E, 86 and 6D. RGB value is (30,134,109). Sum of RGB (Red+Green+Blue) = 30+134+109=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #1E866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E866D is #E17992. Grayscale: #646464. Windows color (decimal): -14776723 or 7177758. OLE color: 7177758.

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

Color convert

RGB30134109-
CMYK0.7800.190.47
HSL165.58º63.41%32.16%-
HSV(B)165.58º77.61%52.55%-
XYZ11.8218.4317.4-
YUV100.05133.0478.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.99%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=10.99%
G=49.08%
B=39.93%

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
Decimal301341090.7800.190.47165.5863.4132.16
Hex1E866D4E0132Fa63f20
Octal36206155116023572467740
Binary11110100001101101101100111001001110111110100110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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