#1E9E5A

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

Shades of Eucalyptus #1E9E5A

Tints of Eucalyptus #1E9E5A

Color information

#1E9E5A (or 0x1E9E5A) is unknown color: approx Eucalyptus. HEX triplet: 1E, 9E and 5A. RGB value is (30,158,90). Sum of RGB (Red+Green+Blue) = 30+158+90=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E5A is #E161A5. Grayscale: #707070. Windows color (decimal): -14770598 or 5938718. OLE color: 5938718.

HSL color Cylindrical-coordinate representation of color #1E9E5A: hue angle of 148.12º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9E5A is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB3015890-
CMYK0.8100.430.38
HSL148.12º68.09%36.86%-
HSV(B)148.12º81.01%61.96%-
XYZ14.6125.4713.82-
YUV111.98115.5969.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.79%
GREEN value IS 158 (62.11% from 255) = 56.83%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=10.79%
G=56.83%
B=32.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30158900.8100.430.38148.1268.0936.86
Hex1E9E5A5102B26944425
Octal362361321210534622410445
Binary1111010011110101101010100010101011100110100101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,158,90); }

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

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

 a { background-color: rgb(30,158,90); }

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

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

 span { border-color: rgb(30,158,90); }

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