#2FA068

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

Shades of Eucalyptus #2FA068

Tints of Eucalyptus #2FA068

Color information

#2FA068 (or 0x2FA068) is unknown color: approx Eucalyptus. HEX triplet: 2F, A0 and 68. RGB value is (47,160,104). Sum of RGB (Red+Green+Blue) = 47+160+104=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA068 is #D05F97. Grayscale: #777777. Windows color (decimal): -13655960 or 6856751. OLE color: 6856751.

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

Color convert

RGB47160104-
CMYK0.7100.350.37
HSL150.27º54.59%40.59%-
HSV(B)150.27º70.63%62.75%-
XYZ16.2426.7517.4-
YUV119.83119.0676.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.11%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=15.11%
G=51.45%
B=33.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal471601040.7100.350.37150.2754.5940.59
Hex2FA0684702325963729
Octal57240150107043452266751
Binary1011111010000011010001000111010001110010110010110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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