#2AAB66

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

Shades of Eucalyptus #2AAB66

Tints of Eucalyptus #2AAB66

Color information

#2AAB66 (or 0x2AAB66) is unknown color: approx Eucalyptus. HEX triplet: 2A, AB and 66. RGB value is (42,171,102). Sum of RGB (Red+Green+Blue) = 42+171+102=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB66 is #D55499. Grayscale: #7C7C7C. Windows color (decimal): -13980826 or 6728490. OLE color: 6728490.

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

Color convert

RGB42171102-
CMYK0.7500.400.33
HSL147.91º60.56%41.76%-
HSV(B)147.91º75.44%67.06%-
XYZ17.9230.5817.53-
YUV124.56115.2669.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 171 (67.19% from 255) = 54.29%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=13.33%
G=54.29%
B=32.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711020.7500.400.33147.9160.5641.76
Hex2AAB664B02821943d2a
Octal52253146113050412247552
Binary1010101010101111001101001011010100010000110010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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