#1E846E

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

Shades of Elf Green #1E846E

Tints of Elf Green #1E846E

Color information

#1E846E (or 0x1E846E) is unknown color: approx Elf Green. HEX triplet: 1E, 84 and 6E. RGB value is (30,132,110). Sum of RGB (Red+Green+Blue) = 30+132+110=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #1E846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E846E is #E17B91. Grayscale: #626262. Windows color (decimal): -14777234 or 7242782. OLE color: 7242782.

HSL color Cylindrical-coordinate representation of color #1E846E: hue angle of 167.06º 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 #1E846E is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB30132110-
CMYK0.7700.170.48
HSL167.06º62.96%31.76%-
HSV(B)167.06º77.27%51.76%-
XYZ11.617.917.6-
YUV98.99134.2178.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.03%
GREEN value IS 132 (51.95% from 255) = 48.53%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=11.03%
G=48.53%
B=40.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal301321100.7700.170.48167.0662.9631.76
Hex1E846E4D01130a73f20
Octal36204156115021602477740
Binary11110100001001101110100110101000111000010100111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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