#2FA16E

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

Shades of Eucalyptus #2FA16E

Tints of Eucalyptus #2FA16E

Color information

#2FA16E (or 0x2FA16E) is unknown color: approx Eucalyptus. HEX triplet: 2F, A1 and 6E. RGB value is (47,161,110). Sum of RGB (Red+Green+Blue) = 47+161+110=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA16E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA16E is #D05E91. Grayscale: #797979. Windows color (decimal): -13655698 or 7250223. OLE color: 7250223.

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

Color convert

RGB47161110-
CMYK0.7100.320.37
HSL153.16º54.81%40.78%-
HSV(B)153.16º70.81%63.14%-
XYZ16.7327.2219.12-
YUV121.1121.7375.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 161 (63.28% from 255) = 50.63%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=14.78%
G=50.63%
B=34.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal471611100.7100.320.37153.1654.8140.78
Hex2FA16E4702025993729
Octal57241156107040452316751
Binary1011111010000111011101000111010000010010110011001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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