#2E9761

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

Shades of Eucalyptus #2E9761

Tints of Eucalyptus #2E9761

Color information

#2E9761 (or 0x2E9761) is unknown color: approx Eucalyptus. HEX triplet: 2E, 97 and 61. RGB value is (46,151,97). Sum of RGB (Red+Green+Blue) = 46+151+97=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #2E9761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9761 is #D1689E. Grayscale: #717171. Windows color (decimal): -13723807 or 6395694. OLE color: 6395694.

HSL color Cylindrical-coordinate representation of color #2E9761: hue angle of 149.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9761 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB4615197-
CMYK0.7000.360.41
HSL149.14º53.3%38.63%-
HSV(B)149.14º69.54%59.22%-
XYZ14.3523.5815.1-
YUV113.45118.7179.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.65%
GREEN value IS 151 (59.38% from 255) = 51.36%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=15.65%
G=51.36%
B=32.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46151970.7000.360.41149.1453.338.63
Hex2E97614602429953527
Octal56227141106044512256547
Binary1011101001011111000011000110010010010100110010101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,151,97); }

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

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

 a { background-color: rgb(46,151,97); }

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

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

 span { border-color: rgb(46,151,97); }

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