#1E9362

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

Shades of Elf Green #1E9362

Tints of Elf Green #1E9362

Color information

#1E9362 (or 0x1E9362) is unknown color: approx Elf Green. HEX triplet: 1E, 93 and 62. RGB value is (30,147,98). Sum of RGB (Red+Green+Blue) = 30+147+98=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9362 is #E16C9D. Grayscale: #6A6A6A. Windows color (decimal): -14773406 or 6460190. OLE color: 6460190.

HSL color Cylindrical-coordinate representation of color #1E9362: hue angle of 154.87º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9362 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB3014798-
CMYK0.8000.330.42
HSL154.87º66.1%34.71%-
HSV(B)154.87º79.59%57.65%-
XYZ13.1722.0315.11-
YUV106.43123.2473.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 147 (57.81% from 255) = 53.45%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=10.91%
G=53.45%
B=35.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30147980.8000.330.42154.8766.134.71
Hex1E9362500212A9b4223
Octal362231421200415223310243
Binary1111010010011110001010100000100001101010100110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,147,98); }

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

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

 a { background-color: rgb(30,147,98); }

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

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

 span { border-color: rgb(30,147,98); }

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