#2FA65A

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

Shades of Eucalyptus #2FA65A

Tints of Eucalyptus #2FA65A

Color information

#2FA65A (or 0x2FA65A) is unknown color: approx Eucalyptus. HEX triplet: 2F, A6 and 5A. RGB value is (47,166,90). Sum of RGB (Red+Green+Blue) = 47+166+90=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA65A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA65A is #D059A5. Grayscale: #797979. Windows color (decimal): -13654438 or 5940783. OLE color: 5940783.

HSL color Cylindrical-coordinate representation of color #2FA65A: hue angle of 141.68º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA65A is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB4716690-
CMYK0.7200.460.35
HSL141.68º55.87%41.76%-
HSV(B)141.68º71.69%65.1%-
XYZ16.6528.6114.32-
YUV121.76110.0874.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 166 (65.23% from 255) = 54.79%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=15.51%
G=54.79%
B=29.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47166900.7200.460.35141.6855.8741.76
Hex2FA65A4802E238e382a
Octal57246132110056432167052
Binary1011111010011010110101001000010111010001110001110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,166,90); }

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

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

 a { background-color: rgb(47,166,90); }

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

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

 span { border-color: rgb(47,166,90); }

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