#2E996A

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

Shades of Eucalyptus #2E996A

Tints of Eucalyptus #2E996A

Color information

#2E996A (or 0x2E996A) is unknown color: approx Eucalyptus. HEX triplet: 2E, 99 and 6A. RGB value is (46,153,106). Sum of RGB (Red+Green+Blue) = 46+153+106=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #2E996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E996A is #D16695. Grayscale: #737373. Windows color (decimal): -13723286 or 6986030. OLE color: 6986030.

HSL color Cylindrical-coordinate representation of color #2E996A: hue angle of 153.64º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E996A is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB46153106-
CMYK0.7000.310.4
HSL153.64º53.77%39.02%-
HSV(B)153.64º69.93%60%-
XYZ15.1224.417.55-
YUV115.65122.5578.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=15.08%
G=50.16%
B=34.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal461531060.7000.310.4153.6453.7739.02
Hex2E996A4601F289a3627
Octal56231152106037502326647
Binary101110100110011101010100011001111110100010011010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,153,106); }

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

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

 a { background-color: rgb(46,153,106); }

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

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

 span { border-color: rgb(46,153,106); }

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