#1E866E

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

Shades of Elf Green #1E866E

Tints of Elf Green #1E866E

Color information

#1E866E (or 0x1E866E) is unknown color: approx Elf Green. HEX triplet: 1E, 86 and 6E. RGB value is (30,134,110). Sum of RGB (Red+Green+Blue) = 30+134+110=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #1E866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E866E is #E17991. Grayscale: #646464. Windows color (decimal): -14776722 or 7243294. OLE color: 7243294.

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

Color convert

RGB30134110-
CMYK0.7800.180.47
HSL166.15º63.41%32.16%-
HSV(B)166.15º77.61%52.55%-
XYZ11.8718.4517.69-
YUV100.17133.5477.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.95%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=10.95%
G=48.91%
B=40.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301341100.7800.180.47166.1563.4132.16
Hex1E866E4E0122Fa63f20
Octal36206156116022572467740
Binary11110100001101101110100111001001010111110100110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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