#2E986A

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

Shades of Eucalyptus #2E986A

Tints of Eucalyptus #2E986A

Color information

#2E986A (or 0x2E986A) is unknown color: approx Eucalyptus. HEX triplet: 2E, 98 and 6A. RGB value is (46,152,106). Sum of RGB (Red+Green+Blue) = 46+152+106=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #2E986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E986A is #D16795. Grayscale: #737373. Windows color (decimal): -13723542 or 6985774. OLE color: 6985774.

HSL color Cylindrical-coordinate representation of color #2E986A: hue angle of 153.96º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E986A is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB46152106-
CMYK0.7000.300.40
HSL153.96º53.54%38.82%-
HSV(B)153.96º69.74%59.61%-
XYZ14.9624.0817.49-
YUV115.06122.8878.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=15.13%
G=50%
B=34.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal461521060.7000.300.40153.9653.5438.82
Hex2E986A4601E289a3627
Octal56230152106036502326647
Binary101110100110001101010100011001111010100010011010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,152,106); }

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

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

 a { background-color: rgb(46,152,106); }

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

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

 span { border-color: rgb(46,152,106); }

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