#2AA26E

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

Shades of Eucalyptus #2AA26E

Tints of Eucalyptus #2AA26E

Color information

#2AA26E (or 0x2AA26E) is unknown color: approx Eucalyptus. HEX triplet: 2A, A2 and 6E. RGB value is (42,162,110). Sum of RGB (Red+Green+Blue) = 42+162+110=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA26E is #D55D91. Grayscale: #787878. Windows color (decimal): -13983122 or 7250474. OLE color: 7250474.

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

Color convert

RGB42162110-
CMYK0.7400.320.36
HSL154º58.82%40%-
HSV(B)154º74.07%63.53%-
XYZ16.6927.4619.17-
YUV120.19122.2472.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=13.38%
G=51.59%
B=35.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421621100.7400.320.3615458.8240
Hex2AA26E4A020249a3b28
Octal52242156112040442327350
Binary1010101010001011011101001010010000010010010011010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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