#1EAE5E

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

Shades of Eucalyptus #1EAE5E

Tints of Eucalyptus #1EAE5E

Color information

#1EAE5E (or 0x1EAE5E) is unknown color: approx Eucalyptus. HEX triplet: 1E, AE and 5E. RGB value is (30,174,94). Sum of RGB (Red+Green+Blue) = 30+174+94=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAE5E is #E151A1. Grayscale: #7A7A7A. Windows color (decimal): -14766498 or 6204958. OLE color: 6204958.

HSL color Cylindrical-coordinate representation of color #1EAE5E: hue angle of 146.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE5E is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB3017494-
CMYK0.8300.460.32
HSL146.67º70.59%40%-
HSV(B)146.67º82.76%68.24%-
XYZ17.6931.3615.71-
YUV121.82112.2962.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 174 (68.36% from 255) = 58.39%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=10.07%
G=58.39%
B=31.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30174940.8300.460.32146.6770.5940
Hex1EAE5E5302E20934728
Octal362561361230564022310750
Binary1111010101110101111010100110101110100000100100111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,94); }

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

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

 a { background-color: rgb(30,174,94); }

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

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

 span { border-color: rgb(30,174,94); }

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