#2E9466

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

Shades of Eucalyptus #2E9466

Tints of Eucalyptus #2E9466

Color information

#2E9466 (or 0x2E9466) is unknown color: approx Eucalyptus. HEX triplet: 2E, 94 and 66. RGB value is (46,148,102). Sum of RGB (Red+Green+Blue) = 46+148+102=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9466 is #D16B99. Grayscale: #707070. Windows color (decimal): -13724570 or 6722606. OLE color: 6722606.

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

Color convert

RGB46148102-
CMYK0.6900.310.42
HSL152.94º52.58%38.04%-
HSV(B)152.94º68.92%58.04%-
XYZ14.1122.7216.21-
YUV112.26122.2180.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.54%
GREEN value IS 148 (58.20% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=15.54%
G=50%
B=34.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461481020.6900.310.42152.9452.5838.04
Hex2E94664501F2A993526
Octal56224146105037522316546
Binary101110100101001100110100010101111110101010011001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,148,102); }

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

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

 a { background-color: rgb(46,148,102); }

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

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

 span { border-color: rgb(46,148,102); }

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