#1E8665

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

Shades of Elf Green #1E8665

Tints of Elf Green #1E8665

Color information

#1E8665 (or 0x1E8665) is unknown color: approx Elf Green. HEX triplet: 1E, 86 and 65. RGB value is (30,134,101). Sum of RGB (Red+Green+Blue) = 30+134+101=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #1E8665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8665 is #E1799A. Grayscale: #636363. Windows color (decimal): -14776731 or 6653470. OLE color: 6653470.

HSL color Cylindrical-coordinate representation of color #1E8665: hue angle of 160.96º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8665 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB30134101-
CMYK0.7800.250.47
HSL160.96º63.41%32.16%-
HSV(B)160.96º77.61%52.55%-
XYZ11.4118.2715.24-
YUV99.14129.0478.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.32%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=11.32%
G=50.57%
B=38.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301341010.7800.250.47160.9663.4132.16
Hex1E86654E0192Fa13f20
Octal36206145116031572417740
Binary11110100001101100101100111001100110111110100001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,134,101); }

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

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

 a { background-color: rgb(30,134,101); }

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

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

 span { border-color: rgb(30,134,101); }

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