#2E936D

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

Shades of Eucalyptus #2E936D

Tints of Eucalyptus #2E936D

Color information

#2E936D (or 0x2E936D) is unknown color: approx Eucalyptus. HEX triplet: 2E, 93 and 6D. RGB value is (46,147,109). Sum of RGB (Red+Green+Blue) = 46+147+109=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #2E936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E936D is #D16C92. Grayscale: #707070. Windows color (decimal): -13724819 or 7181102. OLE color: 7181102.

HSL color Cylindrical-coordinate representation of color #2E936D: hue angle of 157.43º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E936D is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB46147109-
CMYK0.6900.260.42
HSL157.43º52.33%37.84%-
HSV(B)157.43º68.71%57.65%-
XYZ14.3222.5518.07-
YUV112.47126.0480.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=15.23%
G=48.68%
B=36.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461471090.6900.260.42157.4352.3337.84
Hex2E936D4501A2A9d3426
Octal56223155105032522356446
Binary101110100100111101101100010101101010101010011101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,147,109); }

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

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

 a { background-color: rgb(46,147,109); }

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

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

 span { border-color: rgb(46,147,109); }

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