#2AAB54

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

Shades of Eucalyptus #2AAB54

Tints of Eucalyptus #2AAB54

Color information

#2AAB54 (or 0x2AAB54) is unknown color: approx Eucalyptus. HEX triplet: 2A, AB and 54. RGB value is (42,171,84). Sum of RGB (Red+Green+Blue) = 42+171+84=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB54 is #D554AB. Grayscale: #7A7A7A. Windows color (decimal): -13980844 or 5548842. OLE color: 5548842.

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

Color convert

RGB4217184-
CMYK0.7500.510.33
HSL139.53º60.56%41.76%-
HSV(B)139.53º75.44%67.06%-
XYZ17.1230.2613.33-
YUV122.51106.2670.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 171 (67.19% from 255) = 57.58%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=14.14%
G=57.58%
B=28.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171840.7500.510.33139.5360.5641.76
Hex2AAB544B033218c3d2a
Octal52253124113063412147552
Binary1010101010101110101001001011011001110000110001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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