#2E956B

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

Shades of Eucalyptus #2E956B

Tints of Eucalyptus #2E956B

Color information

#2E956B (or 0x2E956B) is unknown color: approx Eucalyptus. HEX triplet: 2E, 95 and 6B. RGB value is (46,149,107). Sum of RGB (Red+Green+Blue) = 46+149+107=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #2E956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E956B is #D16A94. Grayscale: #717171. Windows color (decimal): -13724309 or 7050542. OLE color: 7050542.

HSL color Cylindrical-coordinate representation of color #2E956B: hue angle of 155.53º degrees, saturation: 0.53, 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 #2E956B is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB46149107-
CMYK0.6900.280.42
HSL155.53º52.82%38.24%-
HSV(B)155.53º69.13%58.43%-
XYZ14.5323.1417.61-
YUV113.42124.3879.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=15.23%
G=49.34%
B=35.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461491070.6900.280.42155.5352.8238.24
Hex2E956B4501C2A9c3526
Octal56225153105034522346546
Binary101110100101011101011100010101110010101010011100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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