#1E845F

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

Shades of Elf Green #1E845F

Tints of Elf Green #1E845F

Color information

#1E845F (or 0x1E845F) is unknown color: approx Elf Green. HEX triplet: 1E, 84 and 5F. RGB value is (30,132,95). Sum of RGB (Red+Green+Blue) = 30+132+95=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #1E845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E845F is #E17BA0. Grayscale: #616161. Windows color (decimal): -14777249 or 6259742. OLE color: 6259742.

HSL color Cylindrical-coordinate representation of color #1E845F: hue angle of 158.24º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E845F is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB3013295-
CMYK0.7700.280.48
HSL158.24º62.96%31.76%-
HSV(B)158.24º77.27%51.76%-
XYZ10.8517.613.65-
YUV97.28126.7180.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=11.67%
G=51.36%
B=36.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30132950.7700.280.48158.2462.9631.76
Hex1E845F4D01C309e3f20
Octal36204137115034602367740
Binary11110100001001011111100110101110011000010011110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,132,95); }

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

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

 a { background-color: rgb(30,132,95); }

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

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

 span { border-color: rgb(30,132,95); }

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