#2F9661

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

Shades of Eucalyptus #2F9661

Tints of Eucalyptus #2F9661

Color information

#2F9661 (or 0x2F9661) is unknown color: approx Eucalyptus. HEX triplet: 2F, 96 and 61. RGB value is (47,150,97). Sum of RGB (Red+Green+Blue) = 47+150+97=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9661 is #D0699E. Grayscale: #717171. Windows color (decimal): -13658527 or 6395439. OLE color: 6395439.

HSL color Cylindrical-coordinate representation of color #2F9661: hue angle of 149.13º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9661 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB4715097-
CMYK0.6900.350.41
HSL149.13º52.28%38.63%-
HSV(B)149.13º68.67%58.82%-
XYZ14.2423.2815.05-
YUV113.16118.8880.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=15.99%
G=51.02%
B=32.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47150970.6900.350.41149.1352.2838.63
Hex2F96614502329953427
Octal57226141105043512256447
Binary1011111001011011000011000101010001110100110010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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