#2FA460

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

Shades of Eucalyptus #2FA460

Tints of Eucalyptus #2FA460

Color information

#2FA460 (or 0x2FA460) is unknown color: approx Eucalyptus. HEX triplet: 2F, A4 and 60. RGB value is (47,164,96). Sum of RGB (Red+Green+Blue) = 47+164+96=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA460 is #D05B9F. Grayscale: #797979. Windows color (decimal): -13654944 or 6333487. OLE color: 6333487.

HSL color Cylindrical-coordinate representation of color #2FA460: hue angle of 145.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA460 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB4716496-
CMYK0.7100.410.36
HSL145.13º55.45%41.37%-
HSV(B)145.13º71.34%64.31%-
XYZ16.562815.6-
YUV121.26113.7475.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=15.31%
G=53.42%
B=31.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47164960.7100.410.36145.1355.4541.37
Hex2FA4604702924913729
Octal57244140107051442216751
Binary1011111010010011000001000111010100110010010010001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,164,96); }

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

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

 a { background-color: rgb(47,164,96); }

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

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

 span { border-color: rgb(47,164,96); }

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