#2F9460

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

Shades of Eucalyptus #2F9460

Tints of Eucalyptus #2F9460

Color information

#2F9460 (or 0x2F9460) is unknown color: approx Eucalyptus. HEX triplet: 2F, 94 and 60. RGB value is (47,148,96). Sum of RGB (Red+Green+Blue) = 47+148+96=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9460 is #D06B9F. Grayscale: #6F6F6F. Windows color (decimal): -13659040 or 6329391. OLE color: 6329391.

HSL color Cylindrical-coordinate representation of color #2F9460: hue angle of 149.11º 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 #2F9460 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB4714896-
CMYK0.6800.350.42
HSL149.11º51.79%38.24%-
HSV(B)149.11º68.24%58.04%-
XYZ13.8722.6314.7-
YUV111.87119.0481.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.15%
GREEN value IS 148 (58.20% from 255) = 50.86%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=16.15%
G=50.86%
B=32.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47148960.6800.350.42149.1151.7938.24
Hex2F9460440232A953426
Octal57224140104043522256446
Binary1011111001010011000001000100010001110101010010101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,148,96); }

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

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

 a { background-color: rgb(47,148,96); }

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

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

 span { border-color: rgb(47,148,96); }

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