#2AAB55

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

Shades of Eucalyptus #2AAB55

Tints of Eucalyptus #2AAB55

Color information

#2AAB55 (or 0x2AAB55) is unknown color: approx Eucalyptus. HEX triplet: 2A, AB and 55. RGB value is (42,171,85). Sum of RGB (Red+Green+Blue) = 42+171+85=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB55 is #D554AA. Grayscale: #7A7A7A. Windows color (decimal): -13980843 or 5614378. OLE color: 5614378.

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

Color convert

RGB4217185-
CMYK0.7500.500.33
HSL140º60.56%41.76%-
HSV(B)140º75.44%67.06%-
XYZ17.1630.2713.53-
YUV122.62106.7670.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 171 (67.19% from 255) = 57.38%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=14.09%
G=57.38%
B=28.52%

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
Decimal42171850.7500.500.3314060.5641.76
Hex2AAB554B032218c3d2a
Octal52253125113062412147552
Binary1010101010101110101011001011011001010000110001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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