#1E9E5C

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

Shades of Eucalyptus #1E9E5C

Tints of Eucalyptus #1E9E5C

Color information

#1E9E5C (or 0x1E9E5C) is unknown color: approx Eucalyptus. HEX triplet: 1E, 9E and 5C. RGB value is (30,158,92). Sum of RGB (Red+Green+Blue) = 30+158+92=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E5C is #E161A3. Grayscale: #707070. Windows color (decimal): -14770596 or 6069790. OLE color: 6069790.

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

Color convert

RGB3015892-
CMYK0.8100.420.38
HSL149.06º68.09%36.86%-
HSV(B)149.06º81.01%61.96%-
XYZ14.6925.514.27-
YUV112.2116.5969.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.71%
GREEN value IS 158 (62.11% from 255) = 56.43%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=10.71%
G=56.43%
B=32.86%

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
Decimal30158920.8100.420.38149.0668.0936.86
Hex1E9E5C5102A26954425
Octal362361341210524622510445
Binary1111010011110101110010100010101010100110100101011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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