#2E945B

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

Shades of Eucalyptus #2E945B

Tints of Eucalyptus #2E945B

Color information

#2E945B (or 0x2E945B) is unknown color: approx Eucalyptus. HEX triplet: 2E, 94 and 5B. RGB value is (46,148,91). Sum of RGB (Red+Green+Blue) = 46+148+91=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #2E945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E945B is #D16BA4. Grayscale: #6F6F6F. Windows color (decimal): -13724581 or 6001710. OLE color: 6001710.

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

Color convert

RGB4614891-
CMYK0.6900.390.42
HSL146.47º52.58%38.04%-
HSV(B)146.47º68.92%58.04%-
XYZ13.622.5213.53-
YUV111116.7181.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=16.14%
G=51.93%
B=31.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148910.6900.390.42146.4752.5838.04
Hex2E945B450272A923526
Octal56224133105047522226546
Binary1011101001010010110111000101010011110101010010010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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