#2AAB63

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

Shades of Eucalyptus #2AAB63

Tints of Eucalyptus #2AAB63

Color information

#2AAB63 (or 0x2AAB63) is unknown color: approx Eucalyptus. HEX triplet: 2A, AB and 63. RGB value is (42,171,99). Sum of RGB (Red+Green+Blue) = 42+171+99=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB63 is #D5549C. Grayscale: #7C7C7C. Windows color (decimal): -13980829 or 6531882. OLE color: 6531882.

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

Color convert

RGB4217199-
CMYK0.7500.420.33
HSL146.51º60.56%41.76%-
HSV(B)146.51º75.44%67.06%-
XYZ17.7730.5216.76-
YUV124.22113.7669.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 171 (67.19% from 255) = 54.81%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=13.46%
G=54.81%
B=31.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171990.7500.420.33146.5160.5641.76
Hex2AAB634B02A21933d2a
Octal52253143113052412237552
Binary1010101010101111000111001011010101010000110010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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