#2E955E

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

Shades of Eucalyptus #2E955E

Tints of Eucalyptus #2E955E

Color information

#2E955E (or 0x2E955E) is unknown color: approx Eucalyptus. HEX triplet: 2E, 95 and 5E. RGB value is (46,149,94). Sum of RGB (Red+Green+Blue) = 46+149+94=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #2E955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E955E is #D16AA1. Grayscale: #707070. Windows color (decimal): -13724322 or 6198574. OLE color: 6198574.

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

Color convert

RGB4614994-
CMYK0.6900.370.42
HSL147.96º52.82%38.24%-
HSV(B)147.96º69.13%58.43%-
XYZ13.8922.8814.27-
YUV111.93117.8880.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=15.92%
G=51.56%
B=32.53%

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
Decimal46149940.6900.370.42147.9652.8238.24
Hex2E955E450252A943526
Octal56225136105045522246546
Binary1011101001010110111101000101010010110101010010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,149,94); }

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

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

 a { background-color: rgb(46,149,94); }

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

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

 span { border-color: rgb(46,149,94); }

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