#2AA250

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

Shades of Eucalyptus #2AA250

Tints of Eucalyptus #2AA250

Color information

#2AA250 (or 0x2AA250) is unknown color: approx Eucalyptus. HEX triplet: 2A, A2 and 50. RGB value is (42,162,80). Sum of RGB (Red+Green+Blue) = 42+162+80=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA250 is #D55DAF. Grayscale: #747474. Windows color (decimal): -13983152 or 5284394. OLE color: 5284394.

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

Color convert

RGB4216280-
CMYK0.7400.510.36
HSL139º58.82%40%-
HSV(B)139º74.07%63.53%-
XYZ15.3226.9111.98-
YUV116.77107.2474.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.79%
GREEN value IS 162 (63.67% from 255) = 57.04%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=14.79%
G=57.04%
B=28.17%

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
Decimal42162800.7400.510.3613958.8240
Hex2AA2504A033248b3b28
Octal52242120112063442137350
Binary1010101010001010100001001010011001110010010001011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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