#2AA350

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

Shades of Eucalyptus #2AA350

Tints of Eucalyptus #2AA350

Color information

#2AA350 (or 0x2AA350) is unknown color: approx Eucalyptus. HEX triplet: 2A, A3 and 50. RGB value is (42,163,80). Sum of RGB (Red+Green+Blue) = 42+163+80=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA350 is #D55CAF. Grayscale: #757575. Windows color (decimal): -13982896 or 5284650. OLE color: 5284650.

HSL color Cylindrical-coordinate representation of color #2AA350: hue angle of 138.84º 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 #2AA350 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB4216380-
CMYK0.7400.510.36
HSL138.84º59.02%40.2%-
HSV(B)138.84º74.23%63.92%-
XYZ15.527.2712.04-
YUV117.36106.9174.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 163 (64.06% from 255) = 57.19%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=14.74%
G=57.19%
B=28.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42163800.7400.510.36138.8459.0240.2
Hex2AA3504A033248b3b28
Octal52243120112063442137350
Binary1010101010001110100001001010011001110010010001011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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