#2F9366

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

Shades of Eucalyptus #2F9366

Tints of Eucalyptus #2F9366

Color information

#2F9366 (or 0x2F9366) is unknown color: approx Eucalyptus. HEX triplet: 2F, 93 and 66. RGB value is (47,147,102). Sum of RGB (Red+Green+Blue) = 47+147+102=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9366 is #D06C99. Grayscale: #707070. Windows color (decimal): -13659290 or 6722351. OLE color: 6722351.

HSL color Cylindrical-coordinate representation of color #2F9366: hue angle of 153º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9366 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB47147102-
CMYK0.6800.310.42
HSL153º51.55%38.04%-
HSV(B)153º68.03%57.65%-
XYZ1422.4316.16-
YUV111.97122.3781.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.88%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=15.88%
G=49.66%
B=34.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471471020.6800.310.4215351.5538.04
Hex2F93664401F2A993426
Octal57223146104037522316446
Binary101111100100111100110100010001111110101010011001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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