#2AA461

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

Shades of Eucalyptus #2AA461

Tints of Eucalyptus #2AA461

Color information

#2AA461 (or 0x2AA461) is unknown color: approx Eucalyptus. HEX triplet: 2A, A4 and 61. RGB value is (42,164,97). Sum of RGB (Red+Green+Blue) = 42+164+97=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA461 is #D55B9E. Grayscale: #787878. Windows color (decimal): -13982623 or 6399018. OLE color: 6399018.

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

Color convert

RGB4216497-
CMYK0.7400.410.36
HSL147.05º59.22%40.39%-
HSV(B)147.05º74.39%64.31%-
XYZ16.3927.9115.83-
YUV119.88115.0872.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.86%
GREEN value IS 164 (64.45% from 255) = 54.13%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=13.86%
G=54.13%
B=32.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164970.7400.410.36147.0559.2240.39
Hex2AA4614A02924933b28
Octal52244141112051442237350
Binary1010101010010011000011001010010100110010010010011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,164,97); }

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

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

 a { background-color: rgb(42,164,97); }

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

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

 span { border-color: rgb(42,164,97); }

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