#1E8C63

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

Shades of Elf Green #1E8C63

Tints of Elf Green #1E8C63

Color information

#1E8C63 (or 0x1E8C63) is unknown color: approx Elf Green. HEX triplet: 1E, 8C and 63. RGB value is (30,140,99). Sum of RGB (Red+Green+Blue) = 30+140+99=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8C63 is #E1739C. Grayscale: #666666. Windows color (decimal): -14775197 or 6523934. OLE color: 6523934.

HSL color Cylindrical-coordinate representation of color #1E8C63: hue angle of 157.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8C63 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB3014099-
CMYK0.7900.290.45
HSL157.64º64.71%33.33%-
HSV(B)157.64º78.57%54.9%-
XYZ12.1719.9315.01-
YUV102.44126.0676.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.15%
GREEN value IS 140 (55.08% from 255) = 52.04%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=11.15%
G=52.04%
B=36.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30140990.7900.290.45157.6464.7133.33
Hex1E8C634F01D2D9e4121
Octal362141431170355523610141
Binary111101000110011000111001111011101101101100111101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,140,99); }

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

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

 a { background-color: rgb(30,140,99); }

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

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

 span { border-color: rgb(30,140,99); }

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