#2AA068

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

Shades of Eucalyptus #2AA068

Tints of Eucalyptus #2AA068

Color information

#2AA068 (or 0x2AA068) is unknown color: approx Eucalyptus. HEX triplet: 2A, A0 and 68. RGB value is (42,160,104). Sum of RGB (Red+Green+Blue) = 42+160+104=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA068 is #D55F97. Grayscale: #767676. Windows color (decimal): -13983640 or 6856746. OLE color: 6856746.

HSL color Cylindrical-coordinate representation of color #2AA068: hue angle of 151.53º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA068 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB42160104-
CMYK0.7400.350.37
HSL151.53º58.42%39.61%-
HSV(B)151.53º73.75%62.75%-
XYZ16.0226.6317.39-
YUV118.33119.9173.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.73%
GREEN value IS 160 (62.89% from 255) = 52.29%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=13.73%
G=52.29%
B=33.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal421601040.7400.350.37151.5358.4239.61
Hex2AA0684A02325983a28
Octal52240150112043452307250
Binary1010101010000011010001001010010001110010110011000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,160,104); }

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

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

 a { background-color: rgb(42,160,104); }

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

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

 span { border-color: rgb(42,160,104); }

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