#1E9381

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

Shades of Elf Green #1E9381

Tints of Elf Green #1E9381

Color information

#1E9381 (or 0x1E9381) is unknown color: approx Elf Green. HEX triplet: 1E, 93 and 81. RGB value is (30,147,129). Sum of RGB (Red+Green+Blue) = 30+147+129=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9381 is #E16C7E. Grayscale: #6D6D6D. Windows color (decimal): -14773375 or 8491806. OLE color: 8491806.

HSL color Cylindrical-coordinate representation of color #1E9381: hue angle of 170.77º 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 #1E9381 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB30147129-
CMYK0.8000.120.42
HSL170.77º66.1%34.71%-
HSV(B)170.77º79.59%57.65%-
XYZ14.9322.7324.37-
YUV109.96138.7470.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.80%
GREEN value IS 147 (57.81% from 255) = 48.04%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=9.80%
G=48.04%
B=42.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301471290.8000.120.42170.7766.134.71
Hex1E9381500C2Aab4223
Octal362232011200145225310243
Binary111101001001110000001101000001100101010101010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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