#2E9664

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

Shades of Eucalyptus #2E9664

Tints of Eucalyptus #2E9664

Color information

#2E9664 (or 0x2E9664) is unknown color: approx Eucalyptus. HEX triplet: 2E, 96 and 64. RGB value is (46,150,100). Sum of RGB (Red+Green+Blue) = 46+150+100=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9664 is #D1699B. Grayscale: #717171. Windows color (decimal): -13724060 or 6592046. OLE color: 6592046.

HSL color Cylindrical-coordinate representation of color #2E9664: hue angle of 151.15º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9664 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB46150100-
CMYK0.6900.330.41
HSL151.15º53.06%38.43%-
HSV(B)151.15º69.33%58.82%-
XYZ14.3323.3115.8-
YUV113.2120.5480.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.54%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=15.54%
G=50.68%
B=33.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461501000.6900.330.41151.1553.0638.43
Hex2E96644502129973526
Octal56226144105041512276546
Binary1011101001011011001001000101010000110100110010111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,150,100); }

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

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

 a { background-color: rgb(46,150,100); }

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

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

 span { border-color: rgb(46,150,100); }

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