#2E906A

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

Shades of Eucalyptus #2E906A

Tints of Eucalyptus #2E906A

Color information

#2E906A (or 0x2E906A) is unknown color: approx Eucalyptus. HEX triplet: 2E, 90 and 6A. RGB value is (46,144,106). Sum of RGB (Red+Green+Blue) = 46+144+106=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #2E906A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E906A is #D16F95. Grayscale: #6E6E6E. Windows color (decimal): -13725590 or 6983726. OLE color: 6983726.

HSL color Cylindrical-coordinate representation of color #2E906A: hue angle of 156.73º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E906A is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB46144106-
CMYK0.6800.260.44
HSL156.73º51.58%37.25%-
HSV(B)156.73º68.06%56.47%-
XYZ13.721.5717.08-
YUV110.37125.5382.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.54%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=15.54%
G=48.65%
B=35.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461441060.6800.260.44156.7351.5837.25
Hex2E906A4401A2C9d3425
Octal56220152104032542356445
Binary101110100100001101010100010001101010110010011101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,144,106); }

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

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

 a { background-color: rgb(46,144,106); }

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

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

 span { border-color: rgb(46,144,106); }

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