#2fa355

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

Shades of Eucalyptus #2FA355

Tints of Eucalyptus #2FA355

Color information

#2FA355 (or 0x2FA355) is unknown color: approx Eucalyptus. HEX triplet: 2F, A3 and 55. RGB value is (47,163,85). Sum of RGB (Red+Green+Blue) = 47+163+85=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA355 is #D05CAA. Grayscale: #777777. Windows color (decimal): -13655211 or 5612335. OLE color: 5612335.

HSL color Cylindrical-coordinate representation of color #2FA355: hue angle of 139.66º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA355 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB4716385-
CMYK0.7100.480.36
HSL139.66º55.24%41.18%-
HSV(B)139.66º71.17%63.92%-
XYZ15.9127.4513.06-
YUV119.42108.5776.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.93%
GREEN value IS 163 (64.06% from 255) = 55.25%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=15.93%
G=55.25%
B=28.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47163850.7100.480.36139.6655.2441.18
Hex2FA35547030248c3729
Octal57243125107060442146751
Binary1011111010001110101011000111011000010010010001100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fa355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,163,85); }

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

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

 a { background-color: rgb(47,163,85); }

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

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

 span { border-color: rgb(47,163,85); }

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