#2E8966

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

Shades of Eucalyptus #2E8966

Tints of Eucalyptus #2E8966

Color information

#2E8966 (or 0x2E8966) is unknown color: approx Eucalyptus. HEX triplet: 2E, 89 and 66. RGB value is (46,137,102). Sum of RGB (Red+Green+Blue) = 46+137+102=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8966 is #D17699. Grayscale: #696969. Windows color (decimal): -13727386 or 6719790. OLE color: 6719790.

HSL color Cylindrical-coordinate representation of color #2E8966: hue angle of 156.92º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8966 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB46137102-
CMYK0.6600.260.46
HSL156.92º49.73%35.88%-
HSV(B)156.92º66.42%53.73%-
XYZ12.4719.4315.66-
YUV105.8125.8585.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=16.14%
G=48.07%
B=35.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461371020.6600.260.46156.9249.7335.88
Hex2E89664201A2E9d3224
Octal56211146102032562356244
Binary101110100010011100110100001001101010111010011101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,137,102); }

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

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

 a { background-color: rgb(46,137,102); }

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

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

 span { border-color: rgb(46,137,102); }

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