#2E8F62

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

Shades of Eucalyptus #2E8F62

Tints of Eucalyptus #2E8F62

Color information

#2E8F62 (or 0x2E8F62) is unknown color: approx Eucalyptus. HEX triplet: 2E, 8F and 62. RGB value is (46,143,98). Sum of RGB (Red+Green+Blue) = 46+143+98=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8F62 is #D1709D. Grayscale: #6C6C6C. Windows color (decimal): -13725854 or 6459182. OLE color: 6459182.

HSL color Cylindrical-coordinate representation of color #2E8F62: hue angle of 152.16º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F62 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB4614398-
CMYK0.6800.310.44
HSL152.16º51.32%37.06%-
HSV(B)152.16º67.83%56.08%-
XYZ13.1521.1114.94-
YUV108.87121.8683.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 143 (56.25% from 255) = 49.83%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=16.03%
G=49.83%
B=34.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46143980.6800.310.44152.1651.3237.06
Hex2E8F624401F2C983325
Octal56217142104037542306345
Binary101110100011111100010100010001111110110010011000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,143,98); }

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

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

 a { background-color: rgb(46,143,98); }

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

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

 span { border-color: rgb(46,143,98); }

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