#2AAE57

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

Shades of Eucalyptus #2AAE57

Tints of Eucalyptus #2AAE57

Color information

#2AAE57 (or 0x2AAE57) is unknown color: approx Eucalyptus. HEX triplet: 2A, AE and 57. RGB value is (42,174,87). Sum of RGB (Red+Green+Blue) = 42+174+87=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE57 is #D551A8. Grayscale: #7C7C7C. Windows color (decimal): -13980073 or 5746218. OLE color: 5746218.

HSL color Cylindrical-coordinate representation of color #2AAE57: hue angle of 140.45º 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 #2AAE57 is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB4217487-
CMYK0.7600.50.32
HSL140.45º61.11%42.35%-
HSV(B)140.45º75.86%68.24%-
XYZ17.8131.4514.15-
YUV124.61106.7769.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.86%
GREEN value IS 174 (68.36% from 255) = 57.43%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=13.86%
G=57.43%
B=28.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42174870.7600.50.32140.4561.1142.35
Hex2AAE574C032208c3d2a
Octal52256127114062402147552
Binary1010101010111010101111001100011001010000010001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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