#2AAC63

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

Shades of Eucalyptus #2AAC63

Tints of Eucalyptus #2AAC63

Color information

#2AAC63 (or 0x2AAC63) is unknown color: approx Eucalyptus. HEX triplet: 2A, AC and 63. RGB value is (42,172,99). Sum of RGB (Red+Green+Blue) = 42+172+99=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC63 is #D5539C. Grayscale: #7C7C7C. Windows color (decimal): -13980573 or 6532138. OLE color: 6532138.

HSL color Cylindrical-coordinate representation of color #2AAC63: hue angle of 146.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC63 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB4217299-
CMYK0.7600.420.33
HSL146.31º60.75%41.96%-
HSV(B)146.31º75.58%67.45%-
XYZ17.9630.916.82-
YUV124.81113.4368.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 172 (67.58% from 255) = 54.95%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=13.42%
G=54.95%
B=31.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42172990.7600.420.33146.3160.7541.96
Hex2AAC634C02A21923d2a
Octal52254143114052412227552
Binary1010101010110011000111001100010101010000110010010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,172,99); }

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

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

 a { background-color: rgb(42,172,99); }

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

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

 span { border-color: rgb(42,172,99); }

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