#2AAB5F

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

Shades of Eucalyptus #2AAB5F

Tints of Eucalyptus #2AAB5F

Color information

#2AAB5F (or 0x2AAB5F) is unknown color: approx Eucalyptus. HEX triplet: 2A, AB and 5F. RGB value is (42,171,95). Sum of RGB (Red+Green+Blue) = 42+171+95=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB5F is #D554A0. Grayscale: #7B7B7B. Windows color (decimal): -13980833 or 6269738. OLE color: 6269738.

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

Color convert

RGB4217195-
CMYK0.7500.440.33
HSL144.65º60.56%41.76%-
HSV(B)144.65º75.44%67.06%-
XYZ17.5830.4415.78-
YUV123.76111.7669.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.64%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=13.64%
G=55.52%
B=30.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171950.7500.440.33144.6560.5641.76
Hex2AAB5F4B02C21913d2a
Octal52253137113054412217552
Binary1010101010101110111111001011010110010000110010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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