#2E945D

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

Shades of Eucalyptus #2E945D

Tints of Eucalyptus #2E945D

Color information

#2E945D (or 0x2E945D) is unknown color: approx Eucalyptus. HEX triplet: 2E, 94 and 5D. RGB value is (46,148,93). Sum of RGB (Red+Green+Blue) = 46+148+93=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #2E945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E945D is #D16BA2. Grayscale: #6F6F6F. Windows color (decimal): -13724579 or 6132782. OLE color: 6132782.

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

Color convert

RGB4614893-
CMYK0.6900.370.42
HSL147.65º52.58%38.04%-
HSV(B)147.65º68.92%58.04%-
XYZ13.6922.5513.99-
YUV111.23117.7181.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=16.03%
G=51.57%
B=32.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148930.6900.370.42147.6552.5838.04
Hex2E945D450252A943526
Octal56224135105045522246546
Binary1011101001010010111011000101010010110101010010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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