#1EA460

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

Shades of Eucalyptus #1EA460

Tints of Eucalyptus #1EA460

Color information

#1EA460 (or 0x1EA460) is unknown color: approx Eucalyptus. HEX triplet: 1E, A4 and 60. RGB value is (30,164,96). Sum of RGB (Red+Green+Blue) = 30+164+96=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA460 is #E15B9F. Grayscale: #747474. Windows color (decimal): -14769056 or 6333470. OLE color: 6333470.

HSL color Cylindrical-coordinate representation of color #1EA460: hue angle of 149.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA460 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB3016496-
CMYK0.8200.410.36
HSL149.55º69.07%38.04%-
HSV(B)149.55º81.71%64.31%-
XYZ15.9227.6715.57-
YUV116.18116.6166.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 164 (64.45% from 255) = 56.55%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=10.34%
G=56.55%
B=33.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30164960.8200.410.36149.5569.0738.04
Hex1EA4605202924964526
Octal362441401220514422610546
Binary1111010100100110000010100100101001100100100101101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,164,96); }

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

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

 a { background-color: rgb(30,164,96); }

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

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

 span { border-color: rgb(30,164,96); }

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