#2AAB56

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

Shades of Eucalyptus #2AAB56

Tints of Eucalyptus #2AAB56

Color information

#2AAB56 (or 0x2AAB56) is unknown color: approx Eucalyptus. HEX triplet: 2A, AB and 56. RGB value is (42,171,86). Sum of RGB (Red+Green+Blue) = 42+171+86=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB56 is #D554A9. Grayscale: #7A7A7A. Windows color (decimal): -13980842 or 5679914. OLE color: 5679914.

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

Color convert

RGB4217186-
CMYK0.7500.500.33
HSL140.47º60.56%41.76%-
HSV(B)140.47º75.44%67.06%-
XYZ17.230.2913.74-
YUV122.74107.2670.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 171 (67.19% from 255) = 57.19%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=14.05%
G=57.19%
B=28.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171860.7500.500.33140.4760.5641.76
Hex2AAB564B032218c3d2a
Octal52253126113062412147552
Binary1010101010101110101101001011011001010000110001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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