#1E8C6B

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

Shades of Elf Green #1E8C6B

Tints of Elf Green #1E8C6B

Color information

#1E8C6B (or 0x1E8C6B) is unknown color: approx Elf Green. HEX triplet: 1E, 8C and 6B. RGB value is (30,140,107). Sum of RGB (Red+Green+Blue) = 30+140+107=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8C6B is #E17394. Grayscale: #676767. Windows color (decimal): -14775189 or 7048222. OLE color: 7048222.

HSL color Cylindrical-coordinate representation of color #1E8C6B: hue angle of 162º 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 #1E8C6B is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB30140107-
CMYK0.7900.240.45
HSL162º64.71%33.33%-
HSV(B)162º78.57%54.9%-
XYZ12.5720.0917.13-
YUV103.35130.0675.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.83%
GREEN value IS 140 (55.08% from 255) = 50.54%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=10.83%
G=50.54%
B=38.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal301401070.7900.240.4516264.7133.33
Hex1E8C6B4F0182Da24121
Octal362141531170305524210141
Binary111101000110011010111001111011000101101101000101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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