#2AA359

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

Shades of Eucalyptus #2AA359

Tints of Eucalyptus #2AA359

Color information

#2AA359 (or 0x2AA359) is unknown color: approx Eucalyptus. HEX triplet: 2A, A3 and 59. RGB value is (42,163,89). Sum of RGB (Red+Green+Blue) = 42+163+89=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA359 is #D55CA6. Grayscale: #767676. Windows color (decimal): -13982887 or 5874474. OLE color: 5874474.

HSL color Cylindrical-coordinate representation of color #2AA359: hue angle of 143.31º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA359 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB4216389-
CMYK0.7400.450.36
HSL143.31º59.02%40.2%-
HSV(B)143.31º74.23%63.92%-
XYZ15.8627.4113.91-
YUV118.38111.4173.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 163 (64.06% from 255) = 55.44%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=14.29%
G=55.44%
B=30.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42163890.7400.450.36143.3159.0240.2
Hex2AA3594A02D248f3b28
Octal52243131112055442177350
Binary1010101010001110110011001010010110110010010001111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,163,89); }

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

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

 a { background-color: rgb(42,163,89); }

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

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

 span { border-color: rgb(42,163,89); }

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