#2FAD5F

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

Shades of Eucalyptus #2FAD5F

Tints of Eucalyptus #2FAD5F

Color information

#2FAD5F (or 0x2FAD5F) is unknown color: approx Eucalyptus. HEX triplet: 2F, AD and 5F. RGB value is (47,173,95). Sum of RGB (Red+Green+Blue) = 47+173+95=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAD5F is #D052A0. Grayscale: #7E7E7E. Windows color (decimal): -13652641 or 6270255. OLE color: 6270255.

HSL color Cylindrical-coordinate representation of color #2FAD5F: hue angle of 142.86º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAD5F is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB4717395-
CMYK0.7300.450.32
HSL142.86º57.27%43.14%-
HSV(B)142.86º72.83%67.84%-
XYZ18.1831.3215.91-
YUV126.43110.2671.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 173 (67.97% from 255) = 54.92%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=14.92%
G=54.92%
B=30.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47173950.7300.450.32142.8657.2743.14
Hex2FAD5F4902D208f392b
Octal57255137111055402177153
Binary1011111010110110111111001001010110110000010001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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