#1E9B75

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

Shades of Elf Green #1E9B75

Tints of Elf Green #1E9B75

Color information

#1E9B75 (or 0x1E9B75) is unknown color: approx Elf Green. HEX triplet: 1E, 9B and 75. RGB value is (30,155,117). Sum of RGB (Red+Green+Blue) = 30+155+117=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9B75 is #E1648A. Grayscale: #717171. Windows color (decimal): -14771339 or 7707422. OLE color: 7707422.

HSL color Cylindrical-coordinate representation of color #1E9B75: hue angle of 161.76º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9B75 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB30155117-
CMYK0.8100.250.39
HSL161.76º67.57%36.27%-
HSV(B)161.76º80.65%60.78%-
XYZ15.472520.84-
YUV113.29130.0968.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 155 (60.94% from 255) = 51.32%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=9.93%
G=51.32%
B=38.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301551170.8100.250.39161.7667.5736.27
Hex1E9B755101927a24424
Octal362331651210314724210444
Binary111101001101111101011010001011001100111101000101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,155,117); }

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

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

 a { background-color: rgb(30,155,117); }

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

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

 span { border-color: rgb(30,155,117); }

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