#2E9D58

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

Shades of Eucalyptus #2E9D58

Tints of Eucalyptus #2E9D58

Color information

#2E9D58 (or 0x2E9D58) is unknown color: approx Eucalyptus. HEX triplet: 2E, 9D and 58. RGB value is (46,157,88). Sum of RGB (Red+Green+Blue) = 46+157+88=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #2E9D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9D58 is #D162A7. Grayscale: #747474. Windows color (decimal): -13722280 or 5807406. OLE color: 5807406.

HSL color Cylindrical-coordinate representation of color #2E9D58: hue angle of 142.7º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9D58 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB4615788-
CMYK0.7100.440.38
HSL142.7º54.68%39.8%-
HSV(B)142.7º70.7%61.57%-
XYZ14.9525.413.35-
YUV115.94112.2378.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 157 (61.72% from 255) = 53.95%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=15.81%
G=53.95%
B=30.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46157880.7100.440.38142.754.6839.8
Hex2E9D584702C268f3728
Octal56235130107054462176750
Binary1011101001110110110001000111010110010011010001111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,157,88); }

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

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

 a { background-color: rgb(46,157,88); }

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

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

 span { border-color: rgb(46,157,88); }

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