#2E965E

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

Shades of Eucalyptus #2E965E

Tints of Eucalyptus #2E965E

Color information

#2E965E (or 0x2E965E) is unknown color: approx Eucalyptus. HEX triplet: 2E, 96 and 5E. RGB value is (46,150,94). Sum of RGB (Red+Green+Blue) = 46+150+94=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #2E965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E965E is #D169A1. Grayscale: #707070. Windows color (decimal): -13724066 or 6198830. OLE color: 6198830.

HSL color Cylindrical-coordinate representation of color #2E965E: hue angle of 147.69º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E965E is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB4615094-
CMYK0.6900.370.41
HSL147.69º53.06%38.43%-
HSV(B)147.69º69.33%58.82%-
XYZ14.0523.214.33-
YUV112.52117.5480.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.86%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=15.86%
G=51.72%
B=32.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46150940.6900.370.41147.6953.0638.43
Hex2E965E4502529943526
Octal56226136105045512246546
Binary1011101001011010111101000101010010110100110010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,150,94); }

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

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

 a { background-color: rgb(46,150,94); }

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

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

 span { border-color: rgb(46,150,94); }

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