#2F9066

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

Shades of Eucalyptus #2F9066

Tints of Eucalyptus #2F9066

Color information

#2F9066 (or 0x2F9066) is unknown color: approx Eucalyptus. HEX triplet: 2F, 90 and 66. RGB value is (47,144,102). Sum of RGB (Red+Green+Blue) = 47+144+102=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9066 is #D06F99. Grayscale: #6E6E6E. Windows color (decimal): -13660058 or 6721583. OLE color: 6721583.

HSL color Cylindrical-coordinate representation of color #2F9066: hue angle of 154.02º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9066 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB47144102-
CMYK0.6700.290.44
HSL154.02º50.79%37.45%-
HSV(B)154.02º67.36%56.47%-
XYZ13.5421.5116.01-
YUV110.21123.3682.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.04%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=16.04%
G=49.15%
B=34.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471441020.6700.290.44154.0250.7937.45
Hex2F90664301D2C9a3325
Octal57220146103035542326345
Binary101111100100001100110100001101110110110010011010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,144,102); }

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

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

 a { background-color: rgb(47,144,102); }

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

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

 span { border-color: rgb(47,144,102); }

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