#1E9F5C

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

Shades of Eucalyptus #1E9F5C

Tints of Eucalyptus #1E9F5C

Color information

#1E9F5C (or 0x1E9F5C) is unknown color: approx Eucalyptus. HEX triplet: 1E, 9F and 5C. RGB value is (30,159,92). Sum of RGB (Red+Green+Blue) = 30+159+92=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #1E9F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9F5C is #E160A3. Grayscale: #707070. Windows color (decimal): -14770340 or 6070046. OLE color: 6070046.

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

Color convert

RGB3015992-
CMYK0.8100.420.38
HSL148.84º68.25%37.06%-
HSV(B)148.84º81.13%62.35%-
XYZ14.8725.8514.33-
YUV112.79116.2668.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 159 (62.5% from 255) = 56.58%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=10.68%
G=56.58%
B=32.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30159920.8100.420.38148.8468.2537.06
Hex1E9F5C5102A26954425
Octal362371341210524622510445
Binary1111010011111101110010100010101010100110100101011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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