#1E946A

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

Shades of Elf Green #1E946A

Tints of Elf Green #1E946A

Color information

#1E946A (or 0x1E946A) is unknown color: approx Elf Green. HEX triplet: 1E, 94 and 6A. RGB value is (30,148,106). Sum of RGB (Red+Green+Blue) = 30+148+106=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #1E946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E946A is #E16B95. Grayscale: #6B6B6B. Windows color (decimal): -14773142 or 6984734. OLE color: 6984734.

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

Color convert

RGB30148106-
CMYK0.8000.280.42
HSL158.64º66.29%34.9%-
HSV(B)158.64º79.73%58.04%-
XYZ13.7322.517.25-
YUV107.93126.9172.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.56%
GREEN value IS 148 (58.20% from 255) = 52.11%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=10.56%
G=52.11%
B=37.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301481060.8000.280.42158.6466.2934.9
Hex1E946A5001C2A9f4223
Octal362241521200345223710243
Binary111101001010011010101010000011100101010100111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,148,106); }

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

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

 a { background-color: rgb(30,148,106); }

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

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

 span { border-color: rgb(30,148,106); }

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