#2FA25F

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

Shades of Eucalyptus #2FA25F

Tints of Eucalyptus #2FA25F

Color information

#2FA25F (or 0x2FA25F) is unknown color: approx Eucalyptus. HEX triplet: 2F, A2 and 5F. RGB value is (47,162,95). Sum of RGB (Red+Green+Blue) = 47+162+95=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA25F is #D05DA0. Grayscale: #787878. Windows color (decimal): -13655457 or 6267439. OLE color: 6267439.

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

Color convert

RGB4716295-
CMYK0.7100.410.36
HSL145.04º55.02%40.98%-
HSV(B)145.04º70.99%63.53%-
XYZ16.1627.2715.24-
YUV119.98113.975.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 162 (63.67% from 255) = 53.29%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=15.46%
G=53.29%
B=31.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47162950.7100.410.36145.0455.0240.98
Hex2FA25F4702924913729
Octal57242137107051442216751
Binary1011111010001010111111000111010100110010010010001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,162,95); }

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

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

 a { background-color: rgb(47,162,95); }

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

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

 span { border-color: rgb(47,162,95); }

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