#2AA262

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

Shades of Eucalyptus #2AA262

Tints of Eucalyptus #2AA262

Color information

#2AA262 (or 0x2AA262) is unknown color: approx Eucalyptus. HEX triplet: 2A, A2 and 62. RGB value is (42,162,98). Sum of RGB (Red+Green+Blue) = 42+162+98=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA262 is #D55D9D. Grayscale: #767676. Windows color (decimal): -13983134 or 6464042. OLE color: 6464042.

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

Color convert

RGB4216298-
CMYK0.7400.400.36
HSL148º58.82%40%-
HSV(B)148º74.07%63.53%-
XYZ16.0827.2115.96-
YUV118.82116.2473.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.91%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=13.91%
G=53.64%
B=32.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42162980.7400.400.3614858.8240
Hex2AA2624A02824943b28
Octal52242142112050442247350
Binary1010101010001011000101001010010100010010010010100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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