#2FA15A

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

Shades of Eucalyptus #2FA15A

Tints of Eucalyptus #2FA15A

Color information

#2FA15A (or 0x2FA15A) is unknown color: approx Eucalyptus. HEX triplet: 2F, A1 and 5A. RGB value is (47,161,90). Sum of RGB (Red+Green+Blue) = 47+161+90=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA15A is #D05EA5. Grayscale: #767676. Windows color (decimal): -13655718 or 5939503. OLE color: 5939503.

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

Color convert

RGB4716190-
CMYK0.7100.440.37
HSL142.63º54.81%40.78%-
HSV(B)142.63º70.81%63.14%-
XYZ15.7626.8314.02-
YUV118.82111.7376.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.77%
GREEN value IS 161 (63.28% from 255) = 54.03%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=15.77%
G=54.03%
B=30.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47161900.7100.440.37142.6354.8140.78
Hex2FA15A4702C258f3729
Octal57241132107054452176751
Binary1011111010000110110101000111010110010010110001111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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