#2E916B

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

Shades of Eucalyptus #2E916B

Tints of Eucalyptus #2E916B

Color information

#2E916B (or 0x2E916B) is unknown color: approx Eucalyptus. HEX triplet: 2E, 91 and 6B. RGB value is (46,145,107). Sum of RGB (Red+Green+Blue) = 46+145+107=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #2E916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E916B is #D16E94. Grayscale: #6F6F6F. Windows color (decimal): -13725333 or 7049518. OLE color: 7049518.

HSL color Cylindrical-coordinate representation of color #2E916B: hue angle of 156.97º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E916B is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB46145107-
CMYK0.6800.260.43
HSL156.97º51.83%37.45%-
HSV(B)156.97º68.28%56.86%-
XYZ13.9121.8917.4-
YUV111.07125.781.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 145 (57.03% from 255) = 48.66%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=15.44%
G=48.66%
B=35.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal461451070.6800.260.43156.9751.8337.45
Hex2E916B4401A2B9d3425
Octal56221153104032532356445
Binary101110100100011101011100010001101010101110011101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,145,107); }

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

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

 a { background-color: rgb(46,145,107); }

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

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

 span { border-color: rgb(46,145,107); }

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