#2E945C

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

Shades of Eucalyptus #2E945C

Tints of Eucalyptus #2E945C

Color information

#2E945C (or 0x2E945C) is unknown color: approx Eucalyptus. HEX triplet: 2E, 94 and 5C. RGB value is (46,148,92). Sum of RGB (Red+Green+Blue) = 46+148+92=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #2E945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E945C is #D16BA3. Grayscale: #6F6F6F. Windows color (decimal): -13724580 or 6067246. OLE color: 6067246.

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

Color convert

RGB4614892-
CMYK0.6900.380.42
HSL147.06º52.58%38.04%-
HSV(B)147.06º68.92%58.04%-
XYZ13.6522.5313.76-
YUV111.12117.2181.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 148 (58.20% from 255) = 51.75%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=16.08%
G=51.75%
B=32.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148920.6900.380.42147.0652.5838.04
Hex2E945C450262A933526
Octal56224134105046522236546
Binary1011101001010010111001000101010011010101010010011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,148,92); }

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

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

 a { background-color: rgb(46,148,92); }

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

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

 span { border-color: rgb(46,148,92); }

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