#2FA45F

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

Shades of Eucalyptus #2FA45F

Tints of Eucalyptus #2FA45F

Color information

#2FA45F (or 0x2FA45F) is unknown color: approx Eucalyptus. HEX triplet: 2F, A4 and 5F. RGB value is (47,164,95). Sum of RGB (Red+Green+Blue) = 47+164+95=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA45F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA45F is #D05BA0. Grayscale: #797979. Windows color (decimal): -13654945 or 6267951. OLE color: 6267951.

HSL color Cylindrical-coordinate representation of color #2FA45F: hue angle of 144.62º 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 #2FA45F is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB4716495-
CMYK0.7100.420.36
HSL144.62º55.45%41.37%-
HSV(B)144.62º71.34%64.31%-
XYZ16.5127.9815.36-
YUV121.15113.2475.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.36%
GREEN value IS 164 (64.45% from 255) = 53.59%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=15.36%
G=53.59%
B=31.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47164950.7100.420.36144.6255.4541.37
Hex2FA45F4702A24913729
Octal57244137107052442216751
Binary1011111010010010111111000111010101010010010010001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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