#2E946E

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

Shades of Eucalyptus #2E946E

Tints of Eucalyptus #2E946E

Color information

#2E946E (or 0x2E946E) is unknown color: approx Eucalyptus. HEX triplet: 2E, 94 and 6E. RGB value is (46,148,110). Sum of RGB (Red+Green+Blue) = 46+148+110=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #2E946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E946E is #D16B91. Grayscale: #717171. Windows color (decimal): -13724562 or 7246894. OLE color: 7246894.

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

Color convert

RGB46148110-
CMYK0.6900.260.42
HSL157.65º52.58%38.04%-
HSV(B)157.65º68.92%58.04%-
XYZ14.5322.8918.4-
YUV113.17126.2180.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=15.13%
G=48.68%
B=36.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461481100.6900.260.42157.6552.5838.04
Hex2E946E4501A2A9e3526
Octal56224156105032522366546
Binary101110100101001101110100010101101010101010011110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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