#2EA263

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

Shades of Eucalyptus #2EA263

Tints of Eucalyptus #2EA263

Color information

#2EA263 (or 0x2EA263) is unknown color: approx Eucalyptus. HEX triplet: 2E, A2 and 63. RGB value is (46,162,99). Sum of RGB (Red+Green+Blue) = 46+162+99=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA263 is #D15D9C. Grayscale: #787878. Windows color (decimal): -13720989 or 6529582. OLE color: 6529582.

HSL color Cylindrical-coordinate representation of color #2EA263: hue angle of 147.41º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA263 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB4616299-
CMYK0.7200.390.36
HSL147.41º55.77%40.78%-
HSV(B)147.41º71.6%63.53%-
XYZ16.327.3216.22-
YUV120.13116.0775.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 162 (63.67% from 255) = 52.77%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=14.98%
G=52.77%
B=32.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162990.7200.390.36147.4155.7740.78
Hex2EA2634802724933829
Octal56242143110047442237051
Binary1011101010001011000111001000010011110010010010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,162,99); }

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

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

 a { background-color: rgb(46,162,99); }

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

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

 span { border-color: rgb(46,162,99); }

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