#2AAE5E

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

Shades of Eucalyptus #2AAE5E

Tints of Eucalyptus #2AAE5E

Color information

#2AAE5E (or 0x2AAE5E) is unknown color: approx Eucalyptus. HEX triplet: 2A, AE and 5E. RGB value is (42,174,94). Sum of RGB (Red+Green+Blue) = 42+174+94=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 174 (68.36% from 255 or 56.13% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE5E is #D551A1. Grayscale: #7D7D7D. Windows color (decimal): -13980066 or 6204970. OLE color: 6204970.

HSL color Cylindrical-coordinate representation of color #2AAE5E: hue angle of 143.64º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE5E is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB4217494-
CMYK0.7600.460.32
HSL143.64º61.11%42.35%-
HSV(B)143.64º75.86%68.24%-
XYZ18.1131.5715.73-
YUV125.41110.2768.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 174 (68.36% from 255) = 56.13%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=13.55%
G=56.13%
B=30.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42174940.7600.460.32143.6461.1142.35
Hex2AAE5E4C02E20903d2a
Octal52256136114056402207552
Binary1010101010111010111101001100010111010000010010000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AAE5E; }

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

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

<style>
 a { background-color: #2AAE5E; }

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

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

<style>
 span { border-color: #2AAE5E; }

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

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