#1E866B

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

Shades of Elf Green #1E866B

Tints of Elf Green #1E866B

Color information

#1E866B (or 0x1E866B) is unknown color: approx Elf Green. HEX triplet: 1E, 86 and 6B. RGB value is (30,134,107). Sum of RGB (Red+Green+Blue) = 30+134+107=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #1E866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E866B is #E17994. Grayscale: #636363. Windows color (decimal): -14776725 or 7046686. OLE color: 7046686.

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

Color convert

RGB30134107-
CMYK0.7800.200.47
HSL164.42º63.41%32.16%-
HSV(B)164.42º77.61%52.55%-
XYZ11.7118.3916.84-
YUV99.83132.0478.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.07%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=11.07%
G=49.45%
B=39.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301341070.7800.200.47164.4263.4132.16
Hex1E866B4E0142Fa43f20
Octal36206153116024572447740
Binary11110100001101101011100111001010010111110100100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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