#1E9F5A

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

Shades of Eucalyptus #1E9F5A

Tints of Eucalyptus #1E9F5A

Color information

#1E9F5A (or 0x1E9F5A) is unknown color: approx Eucalyptus. HEX triplet: 1E, 9F and 5A. RGB value is (30,159,90). Sum of RGB (Red+Green+Blue) = 30+159+90=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #1E9F5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9F5A is #E160A5. Grayscale: #707070. Windows color (decimal): -14770342 or 5938974. OLE color: 5938974.

HSL color Cylindrical-coordinate representation of color #1E9F5A: hue angle of 147.91º 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 #1E9F5A is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB3015990-
CMYK0.8100.430.38
HSL147.91º68.25%37.06%-
HSV(B)147.91º81.13%62.35%-
XYZ14.7825.8113.88-
YUV112.56115.2669.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.75%
GREEN value IS 159 (62.5% from 255) = 56.99%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=10.75%
G=56.99%
B=32.26%

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
Decimal30159900.8100.430.38147.9168.2537.06
Hex1E9F5A5102B26944425
Octal362371321210534622410445
Binary1111010011111101101010100010101011100110100101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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