#1E9379

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

Shades of Elf Green #1E9379

Tints of Elf Green #1E9379

Color information

#1E9379 (or 0x1E9379) is unknown color: approx Elf Green. HEX triplet: 1E, 93 and 79. RGB value is (30,147,121). Sum of RGB (Red+Green+Blue) = 30+147+121=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9379 is #E16C86. Grayscale: #6D6D6D. Windows color (decimal): -14773383 or 7967518. OLE color: 7967518.

HSL color Cylindrical-coordinate representation of color #1E9379: hue angle of 166.67º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9379 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB30147121-
CMYK0.8000.180.42
HSL166.67º66.1%34.71%-
HSV(B)166.67º79.59%57.65%-
XYZ14.4222.5221.68-
YUV109.05134.7471.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=10.07%
G=49.33%
B=40.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301471210.8000.180.42166.6766.134.71
Hex1E9379500122Aa74223
Octal362231711200225224710243
Binary111101001001111110011010000010010101010101001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,147,121); }

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

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

 a { background-color: rgb(30,147,121); }

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

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

 span { border-color: rgb(30,147,121); }

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