#1E8F76

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

Shades of Elf Green #1E8F76

Tints of Elf Green #1E8F76

Color information

#1E8F76 (or 0x1E8F76) is unknown color: approx Elf Green. HEX triplet: 1E, 8F and 76. RGB value is (30,143,118). Sum of RGB (Red+Green+Blue) = 30+143+118=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #1E8F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8F76 is #E17089. Grayscale: #6A6A6A. Windows color (decimal): -14774410 or 7769886. OLE color: 7769886.

HSL color Cylindrical-coordinate representation of color #1E8F76: hue angle of 166.73º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8F76 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB30143118-
CMYK0.7900.170.44
HSL166.73º65.32%33.92%-
HSV(B)166.73º79.02%56.08%-
XYZ13.6321.2320.52-
YUV106.36134.5673.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 143 (56.25% from 255) = 49.14%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=10.31%
G=49.14%
B=40.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal301431180.7900.170.44166.7365.3233.92
Hex1E8F764F0112Ca74122
Octal362171661170215424710142
Binary111101000111111101101001111010001101100101001111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,143,118); }

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

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

 a { background-color: rgb(30,143,118); }

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

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

 span { border-color: rgb(30,143,118); }

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