#2EAC5A

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

Shades of Eucalyptus #2EAC5A

Tints of Eucalyptus #2EAC5A

Color information

#2EAC5A (or 0x2EAC5A) is unknown color: approx Eucalyptus. HEX triplet: 2E, AC and 5A. RGB value is (46,172,90). Sum of RGB (Red+Green+Blue) = 46+172+90=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC5A is #D153A5. Grayscale: #7D7D7D. Windows color (decimal): -13718438 or 5942318. OLE color: 5942318.

HSL color Cylindrical-coordinate representation of color #2EAC5A: hue angle of 140.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC5A is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB4617290-
CMYK0.7300.480.33
HSL140.95º57.8%42.75%-
HSV(B)140.95º73.26%67.45%-
XYZ17.7230.8214.69-
YUV124.98108.2671.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.94%
GREEN value IS 172 (67.58% from 255) = 55.84%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=14.94%
G=55.84%
B=29.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46172900.7300.480.33140.9557.842.75
Hex2EAC5A49030218d3a2b
Octal56254132111060412157253
Binary1011101010110010110101001001011000010000110001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,172,90); }

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

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

 a { background-color: rgb(46,172,90); }

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

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

 span { border-color: rgb(46,172,90); }

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