#2AAF5D

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

Shades of Eucalyptus #2AAF5D

Tints of Eucalyptus #2AAF5D

Color information

#2AAF5D (or 0x2AAF5D) is unknown color: approx Eucalyptus. HEX triplet: 2A, AF and 5D. RGB value is (42,175,93). Sum of RGB (Red+Green+Blue) = 42+175+93=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAF5D is #D550A2. Grayscale: #7E7E7E. Windows color (decimal): -13979811 or 6139690. OLE color: 6139690.

HSL color Cylindrical-coordinate representation of color #2AAF5D: hue angle of 143.01º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAF5D is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB4217593-
CMYK0.7600.470.31
HSL143.01º61.29%42.55%-
HSV(B)143.01º76%68.63%-
XYZ18.2631.9415.56-
YUV125.88109.4468.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 175 (68.75% from 255) = 56.45%
BLUE value IS 93 (36.72% from 255) = 30%
R=13.55%
G=56.45%
B=30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42175930.7600.470.31143.0161.2942.55
Hex2AAF5D4C02F1F8f3d2b
Octal52257135114057372177553
Binary101010101011111011101100110001011111111110001111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,175,93); }

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

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

 a { background-color: rgb(42,175,93); }

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

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

 span { border-color: rgb(42,175,93); }

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