#2EA466

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

Shades of Eucalyptus #2EA466

Tints of Eucalyptus #2EA466

Color information

#2EA466 (or 0x2EA466) is unknown color: approx Eucalyptus. HEX triplet: 2E, A4 and 66. RGB value is (46,164,102). Sum of RGB (Red+Green+Blue) = 46+164+102=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA466 is #D15B99. Grayscale: #797979. Windows color (decimal): -13720474 or 6726702. OLE color: 6726702.

HSL color Cylindrical-coordinate representation of color #2EA466: hue angle of 148.47º 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 #2EA466 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB46164102-
CMYK0.7200.380.36
HSL148.47º56.19%41.18%-
HSV(B)148.47º71.95%64.31%-
XYZ16.828.0917.11-
YUV121.65116.9174.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.74%
GREEN value IS 164 (64.45% from 255) = 52.56%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=14.74%
G=52.56%
B=32.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461641020.7200.380.36148.4756.1941.18
Hex2EA4664802624943829
Octal56244146110046442247051
Binary1011101010010011001101001000010011010010010010100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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