#1E947A

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

Shades of Elf Green #1E947A

Tints of Elf Green #1E947A

Color information

#1E947A (or 0x1E947A) is unknown color: approx Elf Green. HEX triplet: 1E, 94 and 7A. RGB value is (30,148,122). Sum of RGB (Red+Green+Blue) = 30+148+122=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #1E947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E947A is #E16B85. Grayscale: #6D6D6D. Windows color (decimal): -14773126 or 8033310. OLE color: 8033310.

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

Color convert

RGB30148122-
CMYK0.8000.180.42
HSL166.78º66.29%34.9%-
HSV(B)166.78º79.73%58.04%-
XYZ14.6422.8622.05-
YUV109.75134.9171.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=10%
G=49.33%
B=40.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301481220.8000.180.42166.7866.2934.9
Hex1E947A500122Aa74223
Octal362241721200225224710243
Binary111101001010011110101010000010010101010101001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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