#1EA556

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

Shades of Eucalyptus #1EA556

Tints of Eucalyptus #1EA556

Color information

#1EA556 (or 0x1EA556) is unknown color: approx Eucalyptus. HEX triplet: 1E, A5 and 56. RGB value is (30,165,86). Sum of RGB (Red+Green+Blue) = 30+165+86=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA556 is #E15AA9. Grayscale: #737373. Windows color (decimal): -14768810 or 5678366. OLE color: 5678366.

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

Color convert

RGB3016586-
CMYK0.8200.480.35
HSL144.89º69.23%38.24%-
HSV(B)144.89º81.82%64.71%-
XYZ15.6727.8613.36-
YUV115.63111.2766.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=10.68%
G=58.72%
B=30.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal30165860.8200.480.35144.8969.2338.24
Hex1EA5565203023914526
Octal362451261220604322110546
Binary1111010100101101011010100100110000100011100100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,165,86); }

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

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

 a { background-color: rgb(30,165,86); }

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

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

 span { border-color: rgb(30,165,86); }

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