#2FA15E

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

Shades of Eucalyptus #2FA15E

Tints of Eucalyptus #2FA15E

Color information

#2FA15E (or 0x2FA15E) is unknown color: approx Eucalyptus. HEX triplet: 2F, A1 and 5E. RGB value is (47,161,94). Sum of RGB (Red+Green+Blue) = 47+161+94=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA15E is #D05EA1. Grayscale: #777777. Windows color (decimal): -13655714 or 6201647. OLE color: 6201647.

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

Color convert

RGB4716194-
CMYK0.7100.420.37
HSL144.74º54.81%40.78%-
HSV(B)144.74º70.81%63.14%-
XYZ15.9426.914.94-
YUV119.28113.7376.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=15.56%
G=53.31%
B=31.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47161940.7100.420.37144.7454.8140.78
Hex2FA15E4702A25913729
Octal57241136107052452216751
Binary1011111010000110111101000111010101010010110010001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,161,94); }

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

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

 a { background-color: rgb(47,161,94); }

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

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

 span { border-color: rgb(47,161,94); }

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