#1E9375

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

Shades of Elf Green #1E9375

Tints of Elf Green #1E9375

Color information

#1E9375 (or 0x1E9375) is unknown color: approx Elf Green. HEX triplet: 1E, 93 and 75. RGB value is (30,147,117). Sum of RGB (Red+Green+Blue) = 30+147+117=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9375 is #E16C8A. Grayscale: #6C6C6C. Windows color (decimal): -14773387 or 7705374. OLE color: 7705374.

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

Color convert

RGB30147117-
CMYK0.8000.200.42
HSL164.62º66.1%34.71%-
HSV(B)164.62º79.59%57.65%-
XYZ14.1822.4320.41-
YUV108.6132.7471.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 147 (57.81% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=10.20%
G=50%
B=39.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301471170.8000.200.42164.6266.134.71
Hex1E9375500142Aa54223
Octal362231651200245224510243
Binary111101001001111101011010000010100101010101001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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