#2EAE5E

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

Shades of Eucalyptus #2EAE5E

Tints of Eucalyptus #2EAE5E

Color information

#2EAE5E (or 0x2EAE5E) is unknown color: approx Eucalyptus. HEX triplet: 2E, AE and 5E. RGB value is (46,174,94). Sum of RGB (Red+Green+Blue) = 46+174+94=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAE5E is #D151A1. Grayscale: #7E7E7E. Windows color (decimal): -13717922 or 6204974. OLE color: 6204974.

HSL color Cylindrical-coordinate representation of color #2EAE5E: hue angle of 142.5º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAE5E is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB4617494-
CMYK0.7400.460.32
HSL142.5º58.18%43.14%-
HSV(B)142.5º73.56%68.24%-
XYZ18.2831.6615.74-
YUV126.61109.5970.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.65%
GREEN value IS 174 (68.36% from 255) = 55.41%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=14.65%
G=55.41%
B=29.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46174940.7400.460.32142.558.1843.14
Hex2EAE5E4A02E208e3a2b
Octal56256136112056402167253
Binary1011101010111010111101001010010111010000010001110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,94); }

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

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

 a { background-color: rgb(46,174,94); }

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

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

 span { border-color: rgb(46,174,94); }

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