#1E875F

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

Shades of Elf Green #1E875F

Tints of Elf Green #1E875F

Color information

#1E875F (or 0x1E875F) is unknown color: approx Elf Green. HEX triplet: 1E, 87 and 5F. RGB value is (30,135,95). Sum of RGB (Red+Green+Blue) = 30+135+95=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #1E875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E875F is #E178A0. Grayscale: #636363. Windows color (decimal): -14776481 or 6260510. OLE color: 6260510.

HSL color Cylindrical-coordinate representation of color #1E875F: hue angle of 157.14º degrees, saturation: 0.64, 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 #1E875F is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB3013595-
CMYK0.7800.300.47
HSL157.14º63.64%32.35%-
HSV(B)157.14º77.78%52.94%-
XYZ11.2618.4313.79-
YUV99.04125.7178.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.54%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=11.54%
G=51.92%
B=36.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30135950.7800.300.47157.1463.6432.35
Hex1E875F4E01E2F9d4020
Octal362071371160365723510040
Binary111101000011110111111001110011110101111100111011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,135,95); }

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

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

 a { background-color: rgb(30,135,95); }

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

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

 span { border-color: rgb(30,135,95); }

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