#2FA064

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

Shades of Eucalyptus #2FA064

Tints of Eucalyptus #2FA064

Color information

#2FA064 (or 0x2FA064) is unknown color: approx Eucalyptus. HEX triplet: 2F, A0 and 64. RGB value is (47,160,100). Sum of RGB (Red+Green+Blue) = 47+160+100=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA064 is #D05F9B. Grayscale: #777777. Windows color (decimal): -13655964 or 6594607. OLE color: 6594607.

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

Color convert

RGB47160100-
CMYK0.7100.380.37
HSL148.14º54.59%40.59%-
HSV(B)148.14º70.63%62.75%-
XYZ16.0426.6716.36-
YUV119.37117.0676.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=15.31%
G=52.12%
B=32.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal471601000.7100.380.37148.1454.5940.59
Hex2FA0644702625943729
Octal57240144107046452246751
Binary1011111010000011001001000111010011010010110010100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,160,100); }

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

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

 a { background-color: rgb(47,160,100); }

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

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

 span { border-color: rgb(47,160,100); }

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