#2FAB61

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

Shades of Eucalyptus #2FAB61

Tints of Eucalyptus #2FAB61

Color information

#2FAB61 (or 0x2FAB61) is unknown color: approx Eucalyptus. HEX triplet: 2F, AB and 61. RGB value is (47,171,97). Sum of RGB (Red+Green+Blue) = 47+171+97=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB61 is #D0549E. Grayscale: #7D7D7D. Windows color (decimal): -13653151 or 6400815. OLE color: 6400815.

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

Color convert

RGB4717197-
CMYK0.7300.430.33
HSL144.19º56.88%42.75%-
HSV(B)144.19º72.51%67.06%-
XYZ17.8930.5916.27-
YUV125.49111.9272.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 171 (67.19% from 255) = 54.29%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=14.92%
G=54.29%
B=30.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47171970.7300.430.33144.1956.8842.75
Hex2FAB614902B2190392b
Octal57253141111053412207153
Binary1011111010101111000011001001010101110000110010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,171,97); }

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

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

 a { background-color: rgb(47,171,97); }

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

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

 span { border-color: rgb(47,171,97); }

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